mkspecs: Remove qpa conditionals.
[profile/ivi/qtbase.git] / mkspecs / features / qttest_p4.prf
1 isEmpty(TEMPLATE):TEMPLATE=app
2 CONFIG += qt warn_on console depend_includepath testcase
3
4 qtAddLibrary(QtTest)
5
6 symbian:{
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
16 isEmpty(target.path) {
17     target.path += $$[QT_INSTALL_PREFIX]/tests/qt4/$${TARGET}
18 }
19
20 INSTALLS += target