refs #379 key events handling for Macintoshs

This commit is contained in:
Roy Mennicke
2015-02-07 14:48:23 +01:00
committed by Roland Winklmeier
parent 9c75ff2db5
commit 4d375f6e40
8 changed files with 335 additions and 62 deletions

View File

@@ -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