diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-02-01 20:56:04 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-02-01 20:56:04 +0000 |
| commit | ca55666f98a4e5b310ce6be831d385b0dd7e05a7 (patch) | |
| tree | d8e6f85d43c999717ef490f05cad8b2ec6054049 | |
| parent | 85958def7be890cf21a1e3d340683203699c0a5e (diff) | |
| download | qmmp-ca55666f98a4e5b310ce6be831d385b0dd7e05a7.tar.gz qmmp-ca55666f98a4e5b310ce6be831d385b0dd7e05a7.tar.bz2 qmmp-ca55666f98a4e5b310ce6be831d385b0dd7e05a7.zip | |
fixed qmmp_launcher
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8662 90c681e8-e032-0410-971d-27865f9a5e38
| -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..9a745bf23 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/qt512/lib QMMP_LIB_DIRS=$MYDIR/../lib:$MYDIR/../src/qmmpui if [ -z ${LD_LIBRARY_PATH} ]; then |
