tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 5 d3bac044e0f0
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     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