aboutsummaryrefslogtreecommitdiff
path: root/bin/qmmp_launcher
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-12-22 19:40:47 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-12-22 19:40:47 +0000
commit59073ad39fbfff9d69a73209939ce3aa283d0199 (patch)
tree4d419fa4d69d520037cd076541e211de838c7ccb /bin/qmmp_launcher
parent3db51497db332d85cdb5e8b8c9241a5e2ca4c807 (diff)
downloadqmmp-59073ad39fbfff9d69a73209939ce3aa283d0199.tar.gz
qmmp-59073ad39fbfff9d69a73209939ce3aa283d0199.tar.bz2
qmmp-59073ad39fbfff9d69a73209939ce3aa283d0199.zip
reverted qmmp_launcher
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7794 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'bin/qmmp_launcher')
-rwxr-xr-xbin/qmmp_launcher2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qmmp_launcher b/bin/qmmp_launcher
index 51a10a3d0..8dce947b6 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/qt510/lib
+QT_LIB_DIR=/opt/qt56/lib
QMMP_LIB_DIRS=$MYDIR/../lib:$MYDIR/../src/qmmpui
if [ -z ${LD_LIBRARY_PATH} ]; then