Remove kde support from debian based distros as kf5 isn't available

and Qt5 is now used by default.
This commit is contained in:
codestation
2015-02-21 10:58:05 -04:30
parent 99e8ca1002
commit e7592364cb
5 changed files with 3 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ greaterThan(QT_MAJOR_VERSION, 4): ENABLE_KNOTIFICATIONS {
QT += KNotifications
DEFINES += ENABLE_KNOTIFICATIONS=1
} else {
QT += widgets
LIBS += -lkdeui
}