summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-12 15:32:11 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-12 08:00:05 +0200
commitb429e14e05d0e989ae571dd1ecb665c775dea498 (patch)
tree01b7e469e27314df4f99df6bca2909e8ba46e99e
parentc5600336f7dfbdbf980531bb0815f85ad0733288 (diff)
downloadqtxmlpatterns-b429e14e05d0e989ae571dd1ecb665c775dea498.tar.gz
Fixed compile of tests using libQtXmlPatternsSDK
Using $$QT_BUILD_TREE is not allowed. Use the correct values. Change-Id: I061c2d02d2d3a1cca114e464aa2a665f1dfa7e01 Reviewed-on: http://codereview.qt.nokia.com/2898 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
-rw-r--r--tests/auto/xmlpatternssdk/xmlpatternssdk.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro
index 9ba9cb6..db9c3a9 100644
--- a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro
+++ b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro
@@ -24,8 +24,8 @@ symbian {
# We add gui, because xmlpatterns.pri pull it out.
QT += xmlpatterns xml network testlib gui
-DESTDIR = $$QT_BUILD_TREE/lib
-!wince*:DLLDESTDIR = $$QT_BUILD_TREE/bin
+DESTDIR = $$QT.xmlpatterns.libs
+!wince*:DLLDESTDIR = $$QT.xmlpatterns.bins
# syncqt doesn't copy headers in tools/ so let's manually ensure
# it works with shadow builds and source builds.