source: trunk/mkspecs/features/qttest_p4.prf@ 1036

Last change on this file since 1036 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 438 bytes
Line 
1isEmpty(TEMPLATE):TEMPLATE=app
2CONFIG += qt warn_on console depend_includepath testcase
3
4qtAddLibrary(QtTest)
5
6symbian:{
7 TARGET.EPOCHEAPSIZE = 0x100000 0x2000000
8# DEFINES += QTEST_NO_SPECIALIZATIONS
9 TARGET.CAPABILITY="None"
10 RSS_RULES ="group_name=\"QtTests\";"
11}
12
13# prefix test binary with tst_
14!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
15
16target.path += $$[QT_INSTALL_PREFIX]/tests/qt4
17INSTALLS += target
Note: See TracBrowser for help on using the repository browser.