diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-01 11:05:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-01 11:05:55 +0000 |
| commit | 5245c295d8ff79c95ef9d1dcd7198d88613fcc04 (patch) | |
| tree | 26b4ae1a854d893dbde0eaac78cd19f9707b3554 /src/plugins/General/kdenotify/kdenotify.pro | |
| parent | ae2b9f6f9fd882f44a253b143aada0dc7cb0264c (diff) | |
| download | qmmp-5245c295d8ff79c95ef9d1dcd7198d88613fcc04.tar.gz qmmp-5245c295d8ff79c95ef9d1dcd7198d88613fcc04.tar.bz2 qmmp-5245c295d8ff79c95ef9d1dcd7198d88613fcc04.zip | |
feature to change application name
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8077 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotify.pro')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro index dcc7d7a62..1e8261633 100644 --- a/src/plugins/General/kdenotify/kdenotify.pro +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -7,6 +7,8 @@ TARGET = $$PLUGINS_PREFIX/General/kdenotify QT += dbus +DEFINES += APP_NAME_SUFFIX=\\\"$$APP_NAME_SUFFIX\\\" + SOURCES += kdenotifyfactory.cpp \ kdenotify.cpp \ settingsdialog.cpp @@ -24,5 +26,5 @@ LIBS += $$QMMPUI_LIB target.path = $$PLUGIN_DIR/General images.files = images/app_icon.png \ images/empty_cover.png -images.path = $$DATA_DIR/qmmp/images/ +images.path = $$DATA_DIR/qmmp$${APP_NAME_SUFFIX}/images/ INSTALLS += target images |
