diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2016-12-22 18:23:25 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2016-12-22 18:23:25 +0100 |
| commit | f45099b398aac30235e084b042341330f4d0b1fa (patch) | |
| tree | 3e5ce355eff08617be36adb4f97d11bc3b3a4fdd /linuxdeploy_helper.sh | |
| parent | 7555502d64aeaa56a04fdf232855f342227d380d (diff) | |
| download | monzero-gui-f45099b398aac30235e084b042341330f4d0b1fa.tar.gz monzero-gui-f45099b398aac30235e084b042341330f4d0b1fa.tar.xz monzero-gui-f45099b398aac30235e084b042341330f4d0b1fa.zip | |
add qmake rpath for linux build
Diffstat (limited to 'linuxdeploy_helper.sh')
| -rwxr-xr-x | linuxdeploy_helper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxdeploy_helper.sh b/linuxdeploy_helper.sh index 21bc5b8a..37f1e59e 100755 --- a/linuxdeploy_helper.sh +++ b/linuxdeploy_helper.sh @@ -21,7 +21,7 @@ cp -v /usr/lib/x86_64-linux-gnu/libQt5XmlPatterns.so.5 $TARGET/libs # Create start script cat > $TARGET/start-gui.sh <<EOL #!/bin/bash -export LD_LIBRARY_PATH=\`pwd\`/libs +# export LD_LIBRARY_PATH=\`pwd\`/libs export QT_PLUGIN_PATH=\`pwd\`/plugins export QML2_IMPORT_PATH=\`pwd\`/qml ./$GUI_EXEC |
