Dolphin, the GameCube and Wii emulator - Forums

Full Version: Building Dolphin with custom paths (Linux)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can build and run Dolphin just fine, but I have to export the path to Qt libraries (on my machine this is /opt/Qt5.13.2/5.13.2/gcc_64/lib/) to LD_LIBRARY_PATH every time. Trying to run Dolphin without doing so gives:

Code:
dolphin-emu: /lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.13' not found (required by dolphin-emu)

Is it possible to build Dolphin so it checks the path at the top of this post instead of /lib/x86_64-linux-gnu/lib? If so, how?