LP-106 Setup Wizard refresh : Add dual servo setup (dual aileron or
[librepilot.git] / ground / gcs / src / plugins / debuggadget / debuggadget.pro
blob32cd8bab95a88aae259114792fe5b51f97a68df4
1 TEMPLATE = lib
2 TARGET = DebugGadget
4 include(../../plugin.pri)
5 include(../../plugins/coreplugin/coreplugin.pri)
6 HEADERS += debugplugin.h \
7 debugengine.h
8 HEADERS += debuggadget.h
9 HEADERS += debuggadgetwidget.h
10 HEADERS += debuggadgetfactory.h
11 SOURCES += debugplugin.cpp \
12 debugengine.cpp
13 SOURCES += debuggadget.cpp
14 SOURCES += debuggadgetfactory.cpp
15 SOURCES += debuggadgetwidget.cpp
17 OTHER_FILES += DebugGadget.pluginspec
19 FORMS += \
20 debug.ui