summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro
blob: a3b13da9c4257b71bbb41a310e9d847fed3119c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs
SUBDIRS = test
contains(QT_CONFIG,xmlpatterns) {
  SUBDIRS += lib
  !wince*:lib.file = lib/lib.pro
  test.depends = lib
}

# Needed on the win32-g++ setup and on the test machine arsia.
INCLUDEPATH += $$QT_BUILD_TREE/include/QtXmlPatterns/private \
               ../../../include/QtXmlPatterns/private

requires(contains(QT_CONFIG,private_tests))