summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2013-05-23 22:42:16 +0200
committerTim Jenssen <tim.jenssen@digia.com>2013-05-27 15:44:09 +0200
commitd1bb751a38b70268f208998ce817b549e07a2cf5 (patch)
tree6d7b21695b035eebed9292e0710526d13b73a00c /tools
parent5e1f41cd070130d34090be506cc3e239d3159e8b (diff)
introduce no_app_bundle.pri
- it tries to copy the needed qt_menu.nib dir Change-Id: I04fe564f62e16847a417e47c9a0719c043c1f027 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
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)