summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@theqtcompany.com>2016-05-16 12:34:21 +0300
committerKatja Marttila <katja.marttila@qt.io>2016-05-19 09:02:03 +0000
commit62c34c7e5554b3dc32c3fa3be6dcb930629eb5a4 (patch)
tree1157ff00abf19d89a2f413bc45a7f813947fbfc0 /tools
parent2cb5ecf0d7c7e652d1f085cb8807a1957a1df26c (diff)
add make install functionality with INSTALL_ROOT
Change-Id: I8bad1c9bbe7b705ff0842f15fb0c9bc6c127e9bc Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/archivegen/archivegen.pro3
-rw-r--r--tools/binarycreator/binarycreator.pro3
-rw-r--r--tools/devtool/devtool.pro3
-rw-r--r--tools/repogen/repogen.pro3
4 files changed, 12 insertions, 0 deletions
diff --git a/tools/archivegen/archivegen.pro b/tools/archivegen/archivegen.pro
index 135c34010..da4d4b2ec 100644
--- a/tools/archivegen/archivegen.pro
+++ b/tools/archivegen/archivegen.pro
@@ -15,3 +15,6 @@ SOURCES += archive.cpp \
HEADERS += ../common/repositorygen.h
macx:include(../../no_app_bundle.pri)
+
+target.path = $$[QT_INSTALL_BINS]
+INSTALLS += target
diff --git a/tools/binarycreator/binarycreator.pro b/tools/binarycreator/binarycreator.pro
index 08c83f5a7..ddde5e984 100644
--- a/tools/binarycreator/binarycreator.pro
+++ b/tools/binarycreator/binarycreator.pro
@@ -17,3 +17,6 @@ HEADERS = rcc/rcc.h
RESOURCES += binarycreator.qrc
macx:include(../../no_app_bundle.pri)
+
+target.path = $$[QT_INSTALL_BINS]
+INSTALLS += target
diff --git a/tools/devtool/devtool.pro b/tools/devtool/devtool.pro
index 1ff6e6e85..0b52d7ca1 100644
--- a/tools/devtool/devtool.pro
+++ b/tools/devtool/devtool.pro
@@ -19,3 +19,6 @@ SOURCES += main.cpp \
binarydump.cpp
osx:include(../../no_app_bundle.pri)
+
+target.path = $$[QT_INSTALL_BINS]
+INSTALLS += target
diff --git a/tools/repogen/repogen.pro b/tools/repogen/repogen.pro
index e6ee4476a..f415a5988 100644
--- a/tools/repogen/repogen.pro
+++ b/tools/repogen/repogen.pro
@@ -15,3 +15,6 @@ SOURCES += repogen.cpp \
HEADERS += ../common/repositorygen.h
macx:include(../../no_app_bundle.pri)
+
+target.path = $$[QT_INSTALL_BINS]
+INSTALLS += target