Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / plugins / debuggadget / debuggadget.pro
blob6c9fb44195a5d4e8a0a1bbe5475435116b4327e5
1 TEMPLATE = lib
2 TARGET = DebugGadget
4 QT += widgets
6 include(../../plugin.pri)
7 include(../../plugins/coreplugin/coreplugin.pri)
9 HEADERS += \
10 debugplugin.h \
11 debugengine.h \
12 debuggadget.h \
13 debuggadgetwidget.h \
14 debuggadgetfactory.h
16 SOURCES += \
17 debugplugin.cpp \
18 debugengine.cpp \
19 debuggadget.cpp \
20 debuggadgetfactory.cpp \
21 debuggadgetwidget.cpp
23 OTHER_FILES += DebugGadget.pluginspec
25 FORMS += \
26 debug.ui