mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #379 key events handling for Macintoshs
This commit is contained in:
committed by
Roland Winklmeier
parent
9c75ff2db5
commit
4d375f6e40
@@ -11,7 +11,14 @@ SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
FORMS += *.ui
|
||||
CONFIG += blackmisc blacksound blackinput blackcore blackgui
|
||||
CONFIG -= app_bundle
|
||||
|
||||
macx {
|
||||
CONFIG += app_bundle
|
||||
|
||||
deployment.files = ../blackgui/qss
|
||||
deployment.path = Contents/MacOS
|
||||
QMAKE_BUNDLE_DATA += deployment
|
||||
}
|
||||
|
||||
DEPENDPATH += . ../../src/blackmisc ../../src/blackgui ../../src/blacksound ../../src/blackcore ../../src/blackinput
|
||||
INCLUDEPATH += . ../../src
|
||||
|
||||
Reference in New Issue
Block a user