remove app_bundle config only if it is a static build on Mac

Change-Id: Id26c7fed5ee155ab971b2a81aa9beb0589411c56
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
This commit is contained in:
Tim Jenssen 2012-11-08 19:10:36 +01:00
parent ac9721a29f
commit 4917152126
5 changed files with 1 additions and 5 deletions

View File

@ -65,4 +65,5 @@ CONFIG(shared, static|shared):DEFINES += LIB_INSTALLER_SHARED
static {
win32:exists($$IFW_LIB_PATH/installer.lib):POST_TARGETDEPS += $$IFW_LIB_PATH/installer.lib
unix:exists($$IFW_LIB_PATH/libinstaller.a):POST_TARGETDEPS += $$IFW_LIB_PATH/libinstaller.a
macx:equals(TEMPLATE, app):CONFIG -= app_bundle
}

View File

@ -6,8 +6,6 @@ TARGET = installerbase
include(../../installerfw.pri)
QT += network script
CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH
if (exists($$LRELEASE)) {

View File

@ -9,7 +9,6 @@ QT -= gui
QT += script
CONFIG += console
CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH
SOURCES += archive.cpp \

View File

@ -9,7 +9,6 @@ QT -= gui
QT += script
CONFIG += console
CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH
SOURCES = binarycreator.cpp \

View File

@ -9,7 +9,6 @@ QT -= gui
QT += script
CONFIG += console
CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH
SOURCES += repogen.cpp \