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

# 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))