changeset 0 | 1918ee327afb |
child 3 | 41300fa6a67c |
-1:000000000000 | 0:1918ee327afb |
---|---|
1 TEMPLATE = subdirs |
|
2 SUBDIRS = test |
|
3 contains(QT_CONFIG,xmlpatterns) { |
|
4 SUBDIRS += lib |
|
5 !wince*:lib.file = lib/lib.pro |
|
6 test.depends = lib |
|
7 } |
|
8 |
|
9 # Needed on the win32-g++ setup and on the test machine arsia. |
|
10 INCLUDEPATH += $$QT_BUILD_TREE/include/QtXmlPatterns/private \ |
|
11 ../../../include/QtXmlPatterns/private |
|
12 |
|
13 requires(contains(QT_CONFIG,private_tests)) |
|
14 |