diff options
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotify.pro')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.pro | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro index 36b612814..49d0acbcd 100644 --- a/src/plugins/General/kdenotify/kdenotify.pro +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -9,12 +9,12 @@ CONFIG += warn_on \ unix:TARGET = $$PLUGINS_PREFIX/General/kdenotify unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libkdenotify.so TEMPLATE = lib -unix { +unix { QMAKE_LIBDIR += ../../../../lib LIBS += -lqmmpui \ -lqmmp } -unix { +unix { isEmpty(LIB_DIR):LIB_DIR = /lib target.path = $$LIB_DIR/qmmp/General INSTALLS += target @@ -28,22 +28,6 @@ HEADERS += kdenotifyfactory.h \ RESOURCES += translations/translations.qrc FORMS += settingsdialog.ui -TRANSLATIONS = translations/kdenotify_plugin_cs.ts \ - translations/kdenotify_plugin_de.ts \ - translations/kdenotify_plugin_zh_CN.ts \ - translations/kdenotify_plugin_zh_TW.ts \ - translations/kdenotify_plugin_ru.ts \ - translations/kdenotify_plugin_pl.ts \ - translations/kdenotify_plugin_uk_UA.ts \ - translations/kdenotify_plugin_it.ts \ - translations/kdenotify_plugin_tr.ts \ - translations/kdenotify_plugin_lt.ts \ - translations/kdenotify_plugin_nl.ts \ - translations/kdenotify_plugin_ja.ts \ - translations/kdenotify_plugin_es.ts \ - translations/kdenotify_plugin_sr_BA.ts \ - translations/kdenotify_plugin_sr_RS.ts - images.files = images/app_icon.png \ images/empty_cover.png images.path = /share/qmmp/images/ |
