equal
deleted
inserted
replaced
1 TEMPLATE = subdirs |
1 TEMPLATE = subdirs |
2 SUBDIRS = test |
|
3 contains(QT_CONFIG,xmlpatterns) { |
2 contains(QT_CONFIG,xmlpatterns) { |
4 SUBDIRS += lib |
3 SUBDIRS += lib |
5 !wince*:lib.file = lib/lib.pro |
4 !wince*:lib.file = lib/lib.pro |
6 test.depends = lib |
5 test.depends = lib |
7 } |
6 } |
|
7 SUBDIRS += test |
8 |
8 |
9 # Needed on the win32-g++ setup and on the test machine arsia. |
9 # Needed on the win32-g++ setup and on the test machine arsia. |
10 INCLUDEPATH += $$QT_BUILD_TREE/include/QtXmlPatterns/private \ |
10 INCLUDEPATH += $$QT_BUILD_TREE/include/QtXmlPatterns/private \ |
11 ../../../include/QtXmlPatterns/private |
11 ../../../include/QtXmlPatterns/private |
12 |
12 |