1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-13 20:48:42 +01:00
LibrePilot/ground/src/plugins/notify/notify.pro

27 lines
580 B
Prolog
Raw Normal View History

TEMPLATE = lib
TARGET = NotifyPlugin
include(../../openpilotgcsplugin.pri)
include(../../plugins/coreplugin/coreplugin.pri)
include(notifyplugin_dependencies.pri)
QT += phonon
HEADERS += notifyplugin.h \
notifypluginoptionspage.h \
notifypluginconfiguration.h \
notifyitemdelegate.h
SOURCES += notifyplugin.cpp \
notifypluginoptionspage.cpp \
notifypluginconfiguration.cpp \
notifyitemdelegate.cpp
OTHER_FILES += NotifyPlugin.pluginspec
FORMS += \
notifypluginoptionspage.ui
RESOURCES += \
res.qrc