mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
22 lines
491 B
Prolog
22 lines
491 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
|
||
|
SOURCES += notifyplugin.cpp \
|
||
|
notifypluginoptionspage.cpp \
|
||
|
notifypluginconfiguration.cpp
|
||
|
|
||
|
OTHER_FILES += notifyplugin.pluginspec
|
||
|
|
||
|
FORMS += \
|
||
|
notifypluginoptionspage.ui
|