mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +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
|
HEADERS += *.h
|
||||||
FORMS += *.ui
|
FORMS += *.ui
|
||||||
CONFIG += blackmisc blacksound blackcore blackgui blacksim
|
CONFIG += blackmisc blacksound blackcore blackgui blacksim
|
||||||
|
CONFIG -= app_bundle
|
||||||
|
|
||||||
DEPENDPATH += . ../../src/blackmisc ../../src/blackgui ../../src/blacksound ../../src/blacksim ../../src/blackcore ../../src/blackinput
|
DEPENDPATH += . ../../src/blackmisc ../../src/blackgui ../../src/blacksound ../../src/blacksim ../../src/blackcore ../../src/blackinput
|
||||||
INCLUDEPATH += . ../../src
|
INCLUDEPATH += . ../../src
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ SOURCES += *.cpp
|
|||||||
HEADERS += *.h
|
HEADERS += *.h
|
||||||
FORMS += *.ui
|
FORMS += *.ui
|
||||||
CONFIG += blackmisc blacksound blackinput blackcore blackgui blacksim
|
CONFIG += blackmisc blacksound blackinput blackcore blackgui blacksim
|
||||||
|
CONFIG -= app_bundle
|
||||||
|
|
||||||
DEPENDPATH += . ../../src/blackmisc ../../src/blackgui ../../src/blacksound ../../src/blacksim ../../src/blackcore ../../src/blackinput
|
DEPENDPATH += . ../../src/blackmisc ../../src/blackgui ../../src/blacksound ../../src/blacksim ../../src/blackcore ../../src/blackinput
|
||||||
INCLUDEPATH += . ../../src
|
INCLUDEPATH += . ../../src
|
||||||
|
|||||||
Reference in New Issue
Block a user