diff options
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotify.pro')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.pro | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro new file mode 100644 index 000000000..d9f8838fc --- /dev/null +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -0,0 +1,30 @@ +# ------------------------------------------------- +# Project created by QtCreator 2009-10-14T17:55:38 +# ------------------------------------------------- +include(../../plugins.pri) +INCLUDEPATH += ../../../../src +QT += dbus +CONFIG += release \ + warn_on \ + plugin +unix:TARGET = $$PLUGINS_PREFIX/General/kdenotify +unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libkdenotify.so +TEMPLATE = lib +unix { + QMAKE_LIBDIR += ../../../../lib + LIBS += -lqmmpui \ + -lqmmp +} +unix { + isEmpty(LIB_DIR):LIB_DIR = /lib + target.path = $$LIB_DIR/qmmp/General + INSTALLS += target +} +SOURCES += kdenotifyfactory.cpp \ + kdenotify.cpp \ + settingsdialog.cpp +HEADERS += kdenotifyfactory.h \ + kdenotify.h \ + settingsdialog.h +RESOURCES += translations/translations.qrc +FORMS += settingsdialog.ui |
