aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/qmmp_launcher3
1 files changed, 2 insertions, 1 deletions
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