2010-08-31 12:17:14 +02:00
|
|
|
TEMPLATE = lib
|
|
|
|
TARGET = HITLNEW
|
|
|
|
QT += network
|
|
|
|
include(../../openpilotgcsplugin.pri)
|
|
|
|
include(hitlnew_dependencies.pri)
|
|
|
|
HEADERS += hitlplugin.h \
|
|
|
|
hitlwidget.h \
|
|
|
|
hitloptionspage.h \
|
|
|
|
hitlfactory.h \
|
|
|
|
hitlconfiguration.h \
|
|
|
|
hitlgadget.h \
|
|
|
|
simulator.h \
|
|
|
|
fgsimulator.h \
|
2010-09-23 17:16:45 +02:00
|
|
|
il2simulator.h \
|
|
|
|
xplanesimulator.h
|
2010-08-31 12:17:14 +02:00
|
|
|
SOURCES += hitlplugin.cpp \
|
|
|
|
hitlwidget.cpp \
|
|
|
|
hitloptionspage.cpp \
|
|
|
|
hitlfactory.cpp \
|
|
|
|
hitlconfiguration.cpp \
|
|
|
|
hitlgadget.cpp \
|
|
|
|
simulator.cpp \
|
|
|
|
il2simulator.cpp \
|
2010-09-23 17:16:45 +02:00
|
|
|
fgsimulator.cpp \
|
|
|
|
xplanesimulator.cpp
|
2010-08-31 14:21:06 +02:00
|
|
|
OTHER_FILES += hitlnew.pluginspec
|
2010-08-31 12:17:14 +02:00
|
|
|
FORMS += hitloptionspage.ui \
|
|
|
|
hitlwidget.ui
|
|
|
|
RESOURCES += hitlresources.qrc
|