2010-06-28 07:53:23 +00:00
|
|
|
TEMPLATE = lib
|
|
|
|
TARGET = DialGadget
|
|
|
|
QT += svg
|
2011-01-28 20:45:45 +00:00
|
|
|
QT += opengl
|
2010-06-28 07:53:23 +00:00
|
|
|
include(../../openpilotgcsplugin.pri)
|
|
|
|
include(../../plugins/coreplugin/coreplugin.pri)
|
|
|
|
include(dial_dependencies.pri)
|
|
|
|
HEADERS += dialplugin.h
|
|
|
|
HEADERS += dialgadget.h
|
|
|
|
HEADERS += dialgadgetwidget.h
|
|
|
|
HEADERS += dialgadgetfactory.h
|
|
|
|
HEADERS += dialgadgetconfiguration.h
|
|
|
|
HEADERS += dialgadgetoptionspage.h
|
|
|
|
SOURCES += dialplugin.cpp
|
|
|
|
SOURCES += dialgadget.cpp
|
|
|
|
SOURCES += dialgadgetfactory.cpp
|
|
|
|
SOURCES += dialgadgetwidget.cpp
|
|
|
|
SOURCES += dialgadgetconfiguration.cpp
|
|
|
|
SOURCES += dialgadgetoptionspage.cpp
|
|
|
|
OTHER_FILES += DialGadget.pluginspec
|
|
|
|
FORMS += dialgadgetoptionspage.ui
|
2010-06-29 01:17:10 +00:00
|
|
|
RESOURCES += dial.qrc
|