mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-08 19:46:06 +01:00
37c9e1affd
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1132 ebee16cc-31ac-478f-84a7-5cbb03baadba
30 lines
636 B
Prolog
30 lines
636 B
Prolog
|
|
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 \
|
|
notifytablemodel.h
|
|
|
|
SOURCES += notifyplugin.cpp \
|
|
notifypluginoptionspage.cpp \
|
|
notifypluginconfiguration.cpp \
|
|
notifyitemdelegate.cpp \
|
|
notifytablemodel.cpp
|
|
|
|
OTHER_FILES += NotifyPlugin.pluginspec
|
|
|
|
FORMS += \
|
|
notifypluginoptionspage.ui
|
|
|
|
RESOURCES += \
|
|
res.qrc
|