LibreVNA/Software/PC_Application/LibreVNA-Test/target_wrapper.bat
2025-02-27 16:10:54 +01:00

11 lines
257 B
Batchfile

@echo off
SetLocal EnableDelayedExpansion
(set PATH=C:\Qt\6.8.0\mingw_64\bin;!PATH!)
if defined QT_PLUGIN_PATH (
set QT_PLUGIN_PATH=C:\Qt\6.8.0\mingw_64\plugins;!QT_PLUGIN_PATH!
) else (
set QT_PLUGIN_PATH=C:\Qt\6.8.0\mingw_64\plugins
)
%*
EndLocal