mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Resources for the GUI. These go to the supporting library,
and hence could be used for other GUI projects as well
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
QT += network dbus gui widgets
|
||||
# quick is required for metadata registration
|
||||
|
||||
QT += network dbus gui
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
|
||||
TARGET = blackgui
|
||||
TEMPLATE = lib
|
||||
@@ -28,3 +32,5 @@ HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
DESTDIR = ../../lib
|
||||
OTHER_FILES +=
|
||||
|
||||
RESOURCES += blackgui.qrc
|
||||
|
||||
Reference in New Issue
Block a user