mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-27 12:46:49 -05: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
Batchfile
3 lines
59 B
Batchfile
@echo off
|
|
"@QTPATHS_EXE@" -qtconf "%~dp0target_qt.conf" %*
|