2010-06-17 11:59:53 +00:00
|
|
|
|
|
|
|
TEMPLATE = lib
|
|
|
|
TARGET = NotifyPlugin
|
|
|
|
|
|
|
|
include(../../openpilotgcsplugin.pri)
|
|
|
|
include(../../plugins/coreplugin/coreplugin.pri)
|
|
|
|
include(notifyplugin_dependencies.pri)
|
|
|
|
|
|
|
|
QT += phonon
|
|
|
|
|
|
|
|
HEADERS += notifyplugin.h \
|
|
|
|
notifypluginoptionspage.h \
|
2010-07-18 18:16:30 +00:00
|
|
|
notifyitemdelegate.h \
|
2011-09-15 00:38:18 +03:00
|
|
|
notifytablemodel.h \
|
2011-09-16 18:39:20 +03:00
|
|
|
notificationitem.h \
|
|
|
|
notifylogging.h
|
2010-07-18 18:16:30 +00:00
|
|
|
|
2010-06-17 11:59:53 +00:00
|
|
|
SOURCES += notifyplugin.cpp \
|
|
|
|
notifypluginoptionspage.cpp \
|
2010-07-18 18:16:30 +00:00
|
|
|
notifyitemdelegate.cpp \
|
2011-09-16 02:24:35 +03:00
|
|
|
notifytablemodel.cpp \
|
2011-09-16 18:39:20 +03:00
|
|
|
notificationitem.cpp \
|
|
|
|
notifylogging.cpp
|
2010-06-17 11:59:53 +00:00
|
|
|
|
2010-06-17 16:51:30 +00:00
|
|
|
OTHER_FILES += NotifyPlugin.pluginspec
|
2010-06-17 11:59:53 +00:00
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
notifypluginoptionspage.ui
|
2010-07-01 13:23:15 +00:00
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
res.qrc
|
2011-09-16 18:39:20 +03:00
|
|
|
|
|
|
|
|