summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternsview
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xmlpatternsview')
-rw-r--r--tests/auto/xmlpatternsview/view/view.pro4
-rw-r--r--tests/auto/xmlpatternsview/xmlpatternsview.pro2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/xmlpatternsview/view/view.pro b/tests/auto/xmlpatternsview/view/view.pro
index f9d36ee..31ca97c 100644
--- a/tests/auto/xmlpatternsview/view/view.pro
+++ b/tests/auto/xmlpatternsview/view/view.pro
@@ -1,6 +1,6 @@
TARGET = xmlpatternsview
TEMPLATE = app
-DESTDIR = $$QT_BUILD_TREE/bin
+DESTDIR = $$QT.xmlpatterns.bins
include (../../xmlpatterns.pri)
@@ -32,4 +32,4 @@ FORMS = ui_BaseLinePage.ui \
ui_TestResultView.ui \
ui_FunctionSignaturesView.ui
-INCLUDEPATH += $$QT_SOURCE_TREE/tests/auto/xmlpatternsxqts/lib/ $$QT_BUILD_TREE/include/QtXmlPatterns/private
+INCLUDEPATH += ../../xmlpatternsxqts/lib
diff --git a/tests/auto/xmlpatternsview/xmlpatternsview.pro b/tests/auto/xmlpatternsview/xmlpatternsview.pro
index 875d221..2fd12ab 100644
--- a/tests/auto/xmlpatternsview/xmlpatternsview.pro
+++ b/tests/auto/xmlpatternsview/xmlpatternsview.pro
@@ -7,7 +7,7 @@ include (../xmlpatterns.pri)
TARGET = tst_xmlpatternsview
wince*: {
- viewexe.files = $$QT_BUILD_TREE/xmlpatternsview.exe
+ viewexe.files = $$QT.xmlpatterns.bins/xmlpatternsview.exe
viewexe.path = .
DEPLOYMENT += viewexe
}