mirror of
https://github.com/jankae/LibreVNA.git
synced 2025-12-06 07:12:10 +01:00
Some checks are pending
Build / PC_Application_Ubuntu (push) Waiting to run
Build / PC_Application_RPi5 (push) Waiting to run
Build / PC_Application_Windows (push) Waiting to run
Build / PC_Application_OSX (push) Waiting to run
Build / PC_Application_OSX_13 (push) Waiting to run
Build / Embedded_Firmware (push) Waiting to run
HIL_Tests / Get_Repository (push) Waiting to run
HIL_Tests / PC_Application_RPi5 (push) Blocked by required conditions
HIL_Tests / Embedded_Firmware (push) Blocked by required conditions
HIL_Tests / HIL (push) Blocked by required conditions
Unit_Tests / Tests (push) Waiting to run
11 lines
257 B
Batchfile
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
|