author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
child 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 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 |