mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 10:50:05 +00:00
This fixes cross-compilation on Windows, where windeplotqt would previously always grab the host's DLLs instead of the target's.
3 lines
59 B
Plaintext
3 lines
59 B
Plaintext
@echo off
|
|
"@QTPATHS_EXE@" -qtconf "%~dp0target_qt.conf" %*
|