Move KDE related config into their section.

This commit is contained in:
codestation
2014-01-16 22:53:00 -04:30
parent 04ce71a9f3
commit 67f0a0fa1f

View File

@@ -124,12 +124,12 @@ unix:!macx {
greaterThan(QT_MAJOR_VERSION, 4) {
error("ENABLE_KDE can only be used with Qt4")
}
}
LIBS += -lkdeui
DEFINES += ENABLE_KDE_NOTIFIER=1
SOURCES += src/kdenotifier.cpp
HEADERS += src/kdenotifier.h
}
}
# Windows config
win32 {