author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 12 Mar 2010 15:46:37 +0200 | |
branch | RCL_3 |
changeset 5 | d3bac044e0f0 |
parent 3 | 41300fa6a67c |
child 8 | 3f74d0d4af4c |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = subdirs |
2 |
contains(QT_CONFIG,xmlpatterns) { |
|
3 |
SUBDIRS += lib |
|
4 |
test.depends = lib |
|
5 |
} |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
6 |
SUBDIRS += test |
0 | 7 |
|
8 |
# Needed on the win32-g++ setup and on the test machine arsia. |
|
9 |
INCLUDEPATH += $$QT_BUILD_TREE/include/QtXmlPatterns/private \ |
|
10 |
../../../include/QtXmlPatterns/private |
|
11 |
||
12 |
requires(contains(QT_CONFIG,private_tests)) |
|
13 |