mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-08 19:46:06 +01:00
7956835163
Unix (MacOS & Linux) = CASE SENSITIVE, no stray caps please Makefiles should not be included object_* should not be included git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1486 ebee16cc-31ac-478f-84a7-5cbb03baadba
28 lines
658 B
Prolog
28 lines
658 B
Prolog
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 \
|
|
il2simulator.h
|
|
SOURCES += hitlplugin.cpp \
|
|
hitlwidget.cpp \
|
|
hitloptionspage.cpp \
|
|
hitlfactory.cpp \
|
|
hitlconfiguration.cpp \
|
|
hitlgadget.cpp \
|
|
simulator.cpp \
|
|
il2simulator.cpp \
|
|
fgsimulator.cpp
|
|
OTHER_FILES += hitlnew.pluginspec
|
|
FORMS += hitloptionspage.ui \
|
|
hitlwidget.ui
|
|
RESOURCES += hitlresources.qrc
|