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/qmmpui/qmmpui.pro | |
| 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/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index ae340ee22..b84398483 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -17,7 +17,6 @@ QMAKE_LIBDIR += ../../lib \ unix { TARGET = ../../lib/qmmpui LIBS += -L../../lib -lqmmp - isEmpty(LIB_DIR):LIB_DIR = /lib target.path = $$LIB_DIR } @@ -173,7 +172,7 @@ unix { metadataformattermenu.h \ qmmpui_export.h - devel.path = /include/qmmpui + devel.path = $$PREFIX/include/qmmpui INSTALLS += target \ devel } |
