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 | |
---|
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 | target.path += $$[QT_INSTALL_PREFIX]/tests/qt4
|
---|
17 | INSTALLS += target
|
---|
Note:
See
TracBrowser
for help on using the repository browser.