tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro
author Alex Gilkes <alex.gilkes@nokia.com>
Mon, 11 Jan 2010 14:00:40 +0000
changeset 0 1918ee327afb
child 3 41300fa6a67c
permissions -rw-r--r--
Revision: 200952

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