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.pro5
-rw-r--r--tools/devtool/devtool.pro3
-rw-r--r--tools/repogen/repogen.pro3
4 files changed, 12 insertions, 2 deletions
diff --git a/tools/archivegen/archivegen.pro b/tools/archivegen/archivegen.pro
index 719b35a7f..2cb8b6bdc 100644
--- a/tools/archivegen/archivegen.pro
+++ b/tools/archivegen/archivegen.pro
@@ -16,3 +16,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 248c2439b..ddde5e984 100644
--- a/tools/binarycreator/binarycreator.pro
+++ b/tools/binarycreator/binarycreator.pro
@@ -7,8 +7,6 @@ include(../../installerfw.pri)
QT -= gui
QT += qml xml
-!minQtVersion(5,4,0): QTPLUGIN += qtaccessiblewidgets
-
CONFIG += console
DESTDIR = $$IFW_APP_PATH
SOURCES = binarycreator.cpp \
@@ -19,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