mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
committed by
Mathew Sutcliffe
parent
c77951743e
commit
34774bd005
30
src/blackgui/blackgui.pro
Normal file
30
src/blackgui/blackgui.pro
Normal file
@@ -0,0 +1,30 @@
|
||||
QT += network dbus gui 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 +=
|
||||
Reference in New Issue
Block a user