tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro
changeset 0 1918ee327afb
child 3 41300fa6a67c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,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))
+