mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
27 lines
433 B
Prolog
27 lines
433 B
Prolog
load(common_pre)
|
|
|
|
REQUIRES += contains(BLACK_CONFIG,FSX|FS9)
|
|
|
|
QT += core dbus concurrent xml
|
|
|
|
TARGET = simulatorfscommon
|
|
TEMPLATE = lib
|
|
|
|
CONFIG += staticlib
|
|
CONFIG += blackmisc
|
|
|
|
LIBS += -lFSUIPC_User
|
|
|
|
# required for FSUIPC
|
|
win32:!win32-g++*: QMAKE_LFLAGS += /NODEFAULTLIB:LIBC.lib
|
|
|
|
DEPENDPATH += . $$SourceRoot/src
|
|
INCLUDEPATH += . $$SourceRoot/src
|
|
|
|
SOURCES += *.cpp
|
|
HEADERS += *.h
|
|
|
|
DESTDIR = $$DestRoot/lib
|
|
|
|
load(common_post)
|