0
|
1 |
isEmpty(TEMPLATE):TEMPLATE=app
|
33
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
2 |
CONFIG += qt warn_on console depend_includepath testcase
|
0
|
3 |
|
|
4 |
qtAddLibrary(QtTest)
|
|
5 |
|
|
6 |
symbian:{
|
|
7 |
TARGET.EPOCHEAPSIZE = 0x100000 0x2000000
|
|
8 |
# DEFINES += QTEST_NO_SPECIALIZATIONS
|
30
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
9 |
TARGET.CAPABILITY="None"
|
0
|
10 |
RSS_RULES ="group_name=\"QtTests\";"
|
33
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
11 |
MMP_RULES*=SMPSAFE
|
0
|
12 |
}
|
|
13 |
|
|
14 |
# prefix test binary with tst_
|
|
15 |
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
|
|
16 |
|
18
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
17 |
target.path += $$[QT_INSTALL_PREFIX]/tests/qt4
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
18 |
INSTALLS += target
|