equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="ISO-8859-1"?> |
|
2 <build xmlns="http://symbian.com/xml/build" |
|
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
4 xsi:schemaLocation="http://symbian.com/xml/build http://symbian.com/xml/build/2_0.xsd"> |
|
5 |
|
6 <!-- Tools interfaces --> |
|
7 |
|
8 <interface name="qt.qtconfig" extends="Symbian.UserFLM" flm="qtconfig.flm"> |
|
9 <param name='QT_ROOT' default='..'/> |
|
10 <param name='INSTALLPATH' default='epoc32/tools/qt'/> |
|
11 <param name='XPLATFORM' default='symbian-sbsv2'/> |
|
12 <param name='PLATFORM.WIN32' default='win32-g++-symbian' /> |
|
13 <param name='PLATFORM.LINUX' default='linux-g++-32' /> |
|
14 <param name='OPTIONS' default='' /> |
|
15 </interface> |
|
16 |
|
17 </build> |