2010-11-01 11:40:20 +10:00
|
|
|
include(../../qtcreator.pri)
|
2011-02-03 17:56:33 +01:00
|
|
|
include(qttestrpath.pri)
|
2010-11-01 11:40:20 +10:00
|
|
|
|
2010-10-21 14:49:58 +10:00
|
|
|
isEmpty(TEMPLATE):TEMPLATE=app
|
|
|
|
|
CONFIG += qt warn_on console depend_includepath testcase qtestlib
|
|
|
|
|
CONFIG -= app_bundle
|
|
|
|
|
|
|
|
|
|
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_")
|
2011-02-03 17:56:33 +01:00
|
|
|
|
|
|
|
|
win32 {
|
|
|
|
|
lib = $$IDE_LIBRARY_PATH;$$IDE_PLUGIN_PATH/Nokia
|
|
|
|
|
lib ~= s,/,\\,g
|
|
|
|
|
# the below gets added to later by testcase.prf
|
|
|
|
|
check.commands = cd . & set PATH=$$lib;%PATH%& cmd /c
|
|
|
|
|
}
|