summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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