summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKevin Simons <kevin.simons@nokia.com>2012-02-05 15:43:32 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-06 12:24:11 +0100
commit1b1d3526064bdb748366745379ea409c9035706b (patch)
tree4d84e32279313aff5068712db205938451f5c13f /tools
parent255fe46c876337de9db8ee087b654c44a5b1a038 (diff)
Change the binary install path to use $$[QT_INSTALL_PREFIX]/bin
This handles the situation where Qt is configured with -sysroot and QT_INSTALL_BINS points outside the sysroot. Change-Id: Ie06d53f7aa080eca29ac10b0e584b060812e3af5 Reviewed-by: Ali Akhtarzada <ali.akhtarzada@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/adb-dump/adb-dump.pro2
-rw-r--r--tools/jsondb-client/jsondb-client.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/adb-dump/adb-dump.pro b/tools/adb-dump/adb-dump.pro
index 454f3a85..b910dc79 100644
--- a/tools/adb-dump/adb-dump.pro
+++ b/tools/adb-dump/adb-dump.pro
@@ -3,7 +3,7 @@ include($$PWD/../../src/3rdparty/btree/btree.pri)
TARGET = adb-dump
DESTDIR = $$QT.jsondb.bins
-target.path = $$[QT_INSTALL_BINS]
+target.path = $$[QT_INSTALL_PREFIX]/bin
INSTALLS += target
QT = core
diff --git a/tools/jsondb-client/jsondb-client.pro b/tools/jsondb-client/jsondb-client.pro
index c9e4d90e..a8476771 100644
--- a/tools/jsondb-client/jsondb-client.pro
+++ b/tools/jsondb-client/jsondb-client.pro
@@ -1,7 +1,7 @@
TARGET = jsondb-client
DESTDIR = $$QT.jsondb.bins
-target.path = $$[QT_INSTALL_BINS]
+target.path = $$[QT_INSTALL_PREFIX]/bin
INSTALLS += target
QT = core network declarative jsondb