diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-12-22 19:32:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-12-22 19:32:37 +0000 |
| commit | 3db51497db332d85cdb5e8b8c9241a5e2ca4c807 (patch) | |
| tree | 7ce8f23277e4d4c4916a697eea80726971fa9082 /bin | |
| parent | 998118b15690dd88c44c474515b69bfd391c9ed3 (diff) | |
| download | qmmp-3db51497db332d85cdb5e8b8c9241a5e2ca4c807.tar.gz qmmp-3db51497db332d85cdb5e8b8c9241a5e2ca4c807.tar.bz2 qmmp-3db51497db332d85cdb5e8b8c9241a5e2ca4c807.zip | |
fixed cmake support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7793 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/qmmp_launcher | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qmmp_launcher b/bin/qmmp_launcher index 8dce947b6..51a10a3d0 100755 --- a/bin/qmmp_launcher +++ b/bin/qmmp_launcher @@ -1,7 +1,7 @@ #!/bin/sh MYDIR=$(dirname $0) #QT_LIB_DIR=$(dirname $(which qmake))/../lib -QT_LIB_DIR=/opt/qt56/lib +QT_LIB_DIR=/opt/qt510/lib QMMP_LIB_DIRS=$MYDIR/../lib:$MYDIR/../src/qmmpui if [ -z ${LD_LIBRARY_PATH} ]; then |
