mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user