author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 3 | 41300fa6a67c |
child 5 | d3bac044e0f0 |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = subdirs |
2 |
contains(QT_CONFIG,xmlpatterns) { |
|
3 |
SUBDIRS += lib |
|
4 |
!wince*:lib.file = lib/lib.pro |
|
5 |
test.depends = lib |
|
6 |
} |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
7 |
SUBDIRS += test |
0 | 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 |