mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 03:46:33 +02:00
Merge pull request #336
f45099b
add qmake rpath for linux build (Jaquee)
This commit is contained in:
commit
d8f9e7360f
@ -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
|
||||
|
@ -154,6 +154,11 @@ linux {
|
||||
message(Building with libunwind)
|
||||
LIBS += -Wl,-Bdynamic -lunwind
|
||||
}
|
||||
|
||||
|
||||
QMAKE_LFLAGS_RPATH=
|
||||
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN/libs\'"
|
||||
|
||||
}
|
||||
|
||||
macx {
|
||||
|
Loading…
Reference in New Issue
Block a user