aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-07-19 10:36:26 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-07-19 10:36:26 +0000
commit02cea0a8908363cf58090b5c11c12c49ec46272c (patch)
tree7d8008828717d887aa4aa1291f6cfa03947ee594 /bin
parentba55dab9032ac3cb48d7b05baf3384f141c845e0 (diff)
downloadqmmp-02cea0a8908363cf58090b5c11c12c49ec46272c.tar.gz
qmmp-02cea0a8908363cf58090b5c11c12c49ec46272c.tar.bz2
qmmp-02cea0a8908363cf58090b5c11c12c49ec46272c.zip
skinned: added playlist color settings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9443 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'bin')
-rwxr-xr-xbin/qmmp_launcher2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qmmp_launcher b/bin/qmmp_launcher
index 9a745bf23..1d1d0b8f1 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/qt512/lib
+QT_LIB_DIR=/opt/qt515/lib
QMMP_LIB_DIRS=$MYDIR/../lib:$MYDIR/../src/qmmpui
if [ -z ${LD_LIBRARY_PATH} ]; then