Disable building a app bundle on Mac OS X

This was required with the current project files, otherwise app
resources/plugins cannot be found because they are copied in different
pathes. Can be enabled again, when proper package and install files have been
added.

fixes #295
This commit is contained in:
Roland Winklmeier
2014-08-07 10:32:50 +02:00
parent d6234ee2cd
commit b676c30dba
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ SOURCES += *.cpp
HEADERS += *.h
FORMS += *.ui
CONFIG += blackmisc blacksound blackcore blackgui blacksim
CONFIG -= app_bundle
DEPENDPATH += . ../../src/blackmisc ../../src/blackgui ../../src/blacksound ../../src/blacksim ../../src/blackcore ../../src/blackinput
INCLUDEPATH += . ../../src

View File

@@ -11,6 +11,7 @@ SOURCES += *.cpp
HEADERS += *.h
FORMS += *.ui
CONFIG += blackmisc blacksound blackinput blackcore blackgui blacksim
CONFIG -= app_bundle
DEPENDPATH += . ../../src/blackmisc ../../src/blackgui ../../src/blacksound ../../src/blacksim ../../src/blackcore ../../src/blackinput
INCLUDEPATH += . ../../src