From 8453224119a4c5ff7d47d9cd4924d0b1ccb99b3a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 25 Nov 2017 18:00:06 +0000 Subject: copy 1.2 branch to trunk git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7772 90c681e8-e032-0410-971d-27865f9a5e38 --- bin/qmmp_launcher | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/qmmp_launcher') diff --git a/bin/qmmp_launcher b/bin/qmmp_launcher index 47e982a19..8dce947b6 100755 --- a/bin/qmmp_launcher +++ b/bin/qmmp_launcher @@ -1,6 +1,7 @@ #!/bin/sh MYDIR=$(dirname $0) -QT_LIB_DIR=$(dirname $(which qmake))/../lib +#QT_LIB_DIR=$(dirname $(which qmake))/../lib +QT_LIB_DIR=/opt/qt56/lib QMMP_LIB_DIRS=$MYDIR/../lib:$MYDIR/../src/qmmpui if [ -z ${LD_LIBRARY_PATH} ]; then -- cgit v1.2.3-13-gbd6f