Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / plugins / lineardial / lineardial.pro
blob89557ce4329aef42eaf95e98b70bbf9f99b2ec2e
1 TEMPLATE = lib
2 TARGET = LineardialGadget
4 QT += widgets svg opengl
6 include(../../plugin.pri)
7 include(../../plugins/coreplugin/coreplugin.pri)
8 include(lineardial_dependencies.pri)
10 HEADERS += \
11 lineardialplugin.h \
12 lineardialgadget.h \
13 lineardialgadgetwidget.h \
14 lineardialgadgetfactory.h \
15 lineardialgadgetconfiguration.h \
16 lineardialgadgetoptionspage.h
18 SOURCES += \
19 lineardialplugin.cpp \
20 lineardialgadget.cpp \
21 lineardialgadgetfactory.cpp \
22 lineardialgadgetwidget.cpp \
23 lineardialgadgetconfiguration.cpp \
24 lineardialgadgetoptionspage.cpp
26 OTHER_FILES += LineardialGadget.pluginspec
28 FORMS += lineardialgadgetoptionspage.ui
30 RESOURCES += lineardial.qrc