summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/archivegen/archivegen.pro2
-rw-r--r--tools/binarycreator/binarycreator.pro2
-rw-r--r--tools/extractbinarydata/extractbinarydata.pro3
-rw-r--r--tools/getrepositorycontent/getrepositorycontent.pro1
-rw-r--r--tools/repocompare/repocompare.pro3
-rw-r--r--tools/repogen/repogen.pro2
6 files changed, 11 insertions, 2 deletions
diff --git a/tools/archivegen/archivegen.pro b/tools/archivegen/archivegen.pro
index f6a40da4f..51bccb11b 100644
--- a/tools/archivegen/archivegen.pro
+++ b/tools/archivegen/archivegen.pro
@@ -13,3 +13,5 @@ DESTDIR = $$IFW_APP_PATH
SOURCES += archive.cpp \
../common/repositorygen.cpp
HEADERS += ../common/repositorygen.h
+
+macx:include(../../no_app_bundle.pri)
diff --git a/tools/binarycreator/binarycreator.pro b/tools/binarycreator/binarycreator.pro
index 342cde286..88e3464d9 100644
--- a/tools/binarycreator/binarycreator.pro
+++ b/tools/binarycreator/binarycreator.pro
@@ -16,3 +16,5 @@ SOURCES = binarycreator.cpp \
../common/repositorygen.cpp
HEADERS = rcc/rcc.h
RESOURCES += binarycreator.qrc
+
+macx:include(../../no_app_bundle.pri)
diff --git a/tools/extractbinarydata/extractbinarydata.pro b/tools/extractbinarydata/extractbinarydata.pro
index c22ff41c4..8df54e9d6 100644
--- a/tools/extractbinarydata/extractbinarydata.pro
+++ b/tools/extractbinarydata/extractbinarydata.pro
@@ -8,7 +8,8 @@ QT -= gui
LIBS += -linstaller -l7z
CONFIG += console
-CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH
SOURCES += main.cpp
+
+macx:include(../../no_app_bundle.pri)
diff --git a/tools/getrepositorycontent/getrepositorycontent.pro b/tools/getrepositorycontent/getrepositorycontent.pro
index d3412c63a..46a6efd13 100644
--- a/tools/getrepositorycontent/getrepositorycontent.pro
+++ b/tools/getrepositorycontent/getrepositorycontent.pro
@@ -20,3 +20,4 @@ HEADERS += \
downloader.h \
domnodedebugstreamoperator.h
+macx:include(../../no_app_bundle.pri)
diff --git a/tools/repocompare/repocompare.pro b/tools/repocompare/repocompare.pro
index 8bdb83516..04f50dc5a 100644
--- a/tools/repocompare/repocompare.pro
+++ b/tools/repocompare/repocompare.pro
@@ -5,7 +5,6 @@ TARGET = repocompare
include(../../installerfw.pri)
QT += network
-CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH
SOURCES += main.cpp\
@@ -16,3 +15,5 @@ HEADERS += mainwindow.h \
repositorymanager.h
FORMS += mainwindow.ui
+
+macx:include(../../no_app_bundle.pri)
diff --git a/tools/repogen/repogen.pro b/tools/repogen/repogen.pro
index 20566d600..7fad2ad96 100644
--- a/tools/repogen/repogen.pro
+++ b/tools/repogen/repogen.pro
@@ -13,3 +13,5 @@ DESTDIR = $$IFW_APP_PATH
SOURCES += repogen.cpp \
../common/repositorygen.cpp
HEADERS += ../common/repositorygen.h
+
+macx:include(../../no_app_bundle.pri)