From e7b2feaf474145eb26ea25bcce122f2a04bcd9fb Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 23 Jun 2018 08:40:19 +0000 Subject: changed plugin path (qmake) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8053 90c681e8-e032-0410-971d-27865f9a5e38 --- src/app/app.pro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/app') 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 \ -- cgit v1.2.3-13-gbd6f