mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-05 16:46:06 +01:00
a267d6d9d0
The idea is you select a UABObject to watch and when it reaches a certain level it will play sounds of your choice. Can some one people do a code review and make sure it is ok? Testing would be very useful as well. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@795 ebee16cc-31ac-478f-84a7-5cbb03baadba
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
|