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:
Klaus Basan
2014-01-13 01:40:56 +01:00
parent ab2796862e
commit 28a64c5371
13 changed files with 27 additions and 1 deletions

View File

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