Files
pilotclient/src/blackgui/blackgui.pro
Klaus Basan 28a64c5371 Resources for the GUI. These go to the supporting library,
and hence could be used for other GUI projects as well
2014-01-13 01:40:56 +01:00

37 lines
831 B
Prolog

# quick is required for metadata registration
QT += network dbus gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = blackgui
TEMPLATE = lib
CONFIG += staticlib c++11
INCLUDEPATH += ..
DEPENDPATH += . ..
# PRECOMPILED_HEADER = stdpch.h
precompile_header:!isEmpty(PRECOMPILED_HEADER) {
DEFINES += USING_PCH
}
DEFINES += LOG_IN_FILE
# RESOURCES += blackgui.qrc
# lupdate (from cmd, e.g. lupdate blackmisc.pro)
# CODECFORTR = UTF-8
# TRANSLATIONS += translations/blackgui_i18n_de.ts \
# translations/blackgui_i18n_fr.ts \
# translations/blackgui_i18n_en.ts
win32:!win32-g++*: PRE_TARGETDEPS += ../../lib/blackmisc.lib
else: PRE_TARGETDEPS += ../../lib/libblackmisc.a
HEADERS += *.h
SOURCES += *.cpp
DESTDIR = ../../lib
OTHER_FILES +=
RESOURCES += blackgui.qrc