mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #454 Adapt sample_hotkeys to new hotkey settings component
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5a82e2e6bf
commit
9b6126c5db
@@ -9,13 +9,12 @@ TARGET = sample_hotkey
|
||||
TEMPLATE = app
|
||||
|
||||
CONFIG -= app_bundle
|
||||
CONFIG += blackmisc blackinput blackcore
|
||||
CONFIG += blackmisc blackinput blackcore blackgui
|
||||
|
||||
DEPENDPATH += . $$SourceRoot/src
|
||||
INCLUDEPATH += . $$SourceRoot/src
|
||||
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
|
||||
DESTDIR = $$BuildRoot/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user