mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-07 18:46:06 +01:00
7195862d77
This will allow us to build a parent project for qt-creator that sits above both openpilotgcs and uavobjgenerator so that we can build both projects at the same time. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2528 ebee16cc-31ac-478f-84a7-5cbb03baadba
30 lines
710 B
Prolog
30 lines
710 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 \
|
|
xplanesimulator.h
|
|
SOURCES += hitlplugin.cpp \
|
|
hitlwidget.cpp \
|
|
hitloptionspage.cpp \
|
|
hitlfactory.cpp \
|
|
hitlconfiguration.cpp \
|
|
hitlgadget.cpp \
|
|
simulator.cpp \
|
|
il2simulator.cpp \
|
|
fgsimulator.cpp \
|
|
xplanesimulator.cpp
|
|
OTHER_FILES += hitlnew.pluginspec
|
|
FORMS += hitloptionspage.ui \
|
|
hitlwidget.ui
|
|
RESOURCES += hitlresources.qrc
|