mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
34 lines
641 B
Prolog
34 lines
641 B
Prolog
|
|
TEMPLATE = lib
|
|
TARGET = NotifyPlugin
|
|
|
|
include(../../openpilotgcsplugin.pri)
|
|
include(../../plugins/coreplugin/coreplugin.pri)
|
|
include(notifyplugin_dependencies.pri)
|
|
|
|
QT += multimedia
|
|
|
|
HEADERS += notifyplugin.h \
|
|
notifypluginoptionspage.h \
|
|
notifyitemdelegate.h \
|
|
notifytablemodel.h \
|
|
notificationitem.h \
|
|
notifylogging.h
|
|
|
|
SOURCES += notifyplugin.cpp \
|
|
notifypluginoptionspage.cpp \
|
|
notifyitemdelegate.cpp \
|
|
notifytablemodel.cpp \
|
|
notificationitem.cpp \
|
|
notifylogging.cpp
|
|
|
|
OTHER_FILES += NotifyPlugin.pluginspec
|
|
|
|
FORMS += \
|
|
notifypluginoptionspage.ui
|
|
|
|
RESOURCES += \
|
|
res.qrc
|
|
|
|
|