diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-06-23 08:40:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-06-23 08:40:19 +0000 |
| commit | e7b2feaf474145eb26ea25bcce122f2a04bcd9fb (patch) | |
| tree | e28752bd4f525e98aaedb4064d68ffd2f33421d2 /src/app | |
| parent | a3403845d56de925c4e7ca53df17f013fe714337 (diff) | |
| download | qmmp-e7b2feaf474145eb26ea25bcce122f2a04bcd9fb.tar.gz qmmp-e7b2feaf474145eb26ea25bcce122f2a04bcd9fb.tar.bz2 qmmp-e7b2feaf474145eb26ea25bcce122f2a04bcd9fb.zip | |
changed plugin path (qmake)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8053 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/app.pro | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/app/app.pro b/src/app/app.pro index 2b76cb2fa..9f4983167 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -22,20 +22,20 @@ INCLUDEPATH += ../ unix { LIBS += -lqmmp -lqmmpui QMAKE_LIBDIR += ../../lib - target.path = /bin + target.path = $$BIN_DIR desktop.files = qmmp.desktop \ qmmp-enqueue.desktop \ qmmp-dir.desktop - desktop.path = /share/applications + desktop.path = $$DATA_DIR/applications icon16.files = images/16x16/qmmp.png icon32.files = images/32x32/qmmp.png icon48.files = images/48x48/qmmp.png icon_svg.files = images/scalable/qmmp.svgz \ images/scalable/qmmp-simple.svgz - icon16.path = /share/icons/hicolor/16x16/apps - icon32.path = /share/icons/hicolor/32x32/apps - icon48.path = /share/icons/hicolor/48x48/apps - icon_svg.path = /share/icons/hicolor/scalable/apps + icon16.path = $$DATA_DIR/icons/hicolor/16x16/apps + icon32.path = $$DATA_DIR/icons/hicolor/32x32/apps + icon48.path = $$DATA_DIR/icons/hicolor/48x48/apps + icon_svg.path = $$DATA_DIR/icons/hicolor/scalable/apps INSTALLS += desktop \ target \ icon16 \ |
