ad996a4178
Preparing removal of -qpa from configure. Change-Id: Id2f784206f97729c739cf20504a2a9428ddc1cce Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
21 lines
479 B
Plaintext
21 lines
479 B
Plaintext
isEmpty(TEMPLATE):TEMPLATE=app
|
|
CONFIG += qt warn_on console depend_includepath testcase
|
|
|
|
qtAddLibrary(QtTest)
|
|
|
|
symbian:{
|
|
TARGET.EPOCHEAPSIZE = 0x100000 0x2000000
|
|
# DEFINES += QTEST_NO_SPECIALIZATIONS
|
|
TARGET.CAPABILITY="None"
|
|
RSS_RULES ="group_name=\"QtTests\";"
|
|
}
|
|
|
|
# prefix test binary with tst_
|
|
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
|
|
|
|
isEmpty(target.path) {
|
|
target.path += $$[QT_INSTALL_PREFIX]/tests/qt4/$${TARGET}
|
|
}
|
|
|
|
INSTALLS += target
|