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

@@ -20,9 +20,6 @@ unix:!macx:!android {
SUBDIRS += qcma_appindicator.pro
}
ENABLE_KDENOTIFIER {
greaterThan(QT_MAJOR_VERSION, 4) {
error("ENABLE_KDE can only be used with Qt4")
}
SUBDIRS += qcma_kdenotifier.pro
}
}