Added Plasma 5 notifier support (Qt5 build).

This commit is contained in:
codestation
2014-10-23 11:10:35 -04:30
parent 090f226934
commit a4662a1392
6 changed files with 19 additions and 8 deletions

View File

@@ -5,9 +5,14 @@ TEMPLATE = lib
CONFIG += plugin
DEFINES += QCMA_TRAYINDICATOR_LIBRARY
PKGCONFIG =
LIBS += -lkdeui
INCLUDEPATH += src/
greaterThan(QT_MAJOR_VERSION, 4) {
QT += KNotifications
} else {
LIBS += -lkdeui
}
SOURCES += \
src/indicator/kdenotifier.cpp \
src/indicator/kdenotifiertray.cpp