LibreVNA/Software/PC_Application/LibreVNA-Test/target_wrapper.bat

11 lines
266 B
Batchfile
Raw Normal View History

2022-10-11 20:37:24 +08:00
@echo off
SetLocal EnableDelayedExpansion
(set PATH=C:\Qt\5.15.2\mingw81_64\bin;!PATH!)
2022-10-11 20:37:24 +08:00
if defined QT_PLUGIN_PATH (
set QT_PLUGIN_PATH=C:\Qt\5.15.2\mingw81_64\plugins;!QT_PLUGIN_PATH!
2022-10-11 20:37:24 +08:00
) else (
set QT_PLUGIN_PATH=C:\Qt\5.15.2\mingw81_64\plugins
2022-10-11 20:37:24 +08:00
)
%*
EndLocal