aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/kdenotify
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/kdenotify')
-rw-r--r--src/plugins/General/kdenotify/kdenotify.pro19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro
index 75b7f11d2..5577e7433 100644
--- a/src/plugins/General/kdenotify/kdenotify.pro
+++ b/src/plugins/General/kdenotify/kdenotify.pro
@@ -2,26 +2,27 @@
# Project created by QtCreator 2009-10-14T17:55:38
# -------------------------------------------------
include(../../plugins.pri)
-QT += dbus
TARGET = $$PLUGINS_PREFIX/General/kdenotify
-QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libkdenotify.so
-LIBS += -lqmmpui
-unix {
- target.path = $$LIB_DIR/qmmp/General
- INSTALLS += target
-}
+QT += dbus
+
SOURCES += kdenotifyfactory.cpp \
kdenotify.cpp \
settingsdialog.cpp
+
HEADERS += kdenotifyfactory.h \
kdenotify.h \
settingsdialog.h
-RESOURCES += translations/translations.qrc
+
FORMS += settingsdialog.ui
+RESOURCES += translations/translations.qrc
+
+LIBS += -lqmmpui
+
+target.path = $$LIB_DIR/qmmp/General
images.files = images/app_icon.png \
images/empty_cover.png
images.path = /share/qmmp/images/
-INSTALLS += images
+INSTALLS += target images