1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-09 20:46:07 +01:00
LibrePilot/ground/openpilotgcs/src/plugins/gcscontrol/gcscontrol.pro

36 lines
805 B
Prolog
Raw Normal View History

TEMPLATE = lib
2014-03-17 20:44:00 +01:00
TARGET = GCSControl
2014-03-17 20:44:00 +01:00
QT += svg opengl network
include(../../openpilotgcsplugin.pri)
include(../../plugins/coreplugin/coreplugin.pri)
include(../../plugins/uavobjects/uavobjects.pri)
include(../../libs/sdlgamepad/sdlgamepad.pri)
2014-03-17 20:44:00 +01:00
HEADERS += \
gcscontrolgadget.h \
gcscontrolgadgetconfiguration.h \
2014-03-17 20:44:00 +01:00
gcscontrolgadgetoptionspage.h \
gcscontrolgadgetwidget.h \
gcscontrolgadgetfactory.h \
gcscontrolplugin.h \
joystickcontrol.h
2014-03-17 20:44:00 +01:00
SOURCES += \
gcscontrolgadget.cpp \
gcscontrolgadgetconfiguration.cpp \
2014-03-17 20:44:00 +01:00
gcscontrolgadgetoptionspage.cpp \
gcscontrolgadgetwidget.cpp \
gcscontrolgadgetfactory.cpp \
gcscontrolplugin.cpp \
joystickcontrol.cpp
OTHER_FILES += GCSControl.pluginspec
2014-03-17 20:44:00 +01:00
FORMS += \
gcscontrol.ui \
gcscontrolgadgetoptionspage.ui
RESOURCES += gcscontrol.qrc