mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 23:13:43 +00:00
Adjust documentation and release workflow to Qt6
This commit is contained in:
parent
c18845fce5
commit
b0e44b9fcf
4 changed files with 17 additions and 15 deletions
|
|
@ -1,10 +1,10 @@
|
|||
@echo off
|
||||
SetLocal EnableDelayedExpansion
|
||||
(set PATH=C:\Qt\5.15.2\mingw81_64\bin;!PATH!)
|
||||
(set PATH=C:\Qt\6.2.4\mingw_64\bin;!PATH!)
|
||||
if defined QT_PLUGIN_PATH (
|
||||
set QT_PLUGIN_PATH=C:\Qt\5.15.2\mingw81_64\plugins;!QT_PLUGIN_PATH!
|
||||
set QT_PLUGIN_PATH=C:\Qt\6.2.4\mingw_64\plugins;!QT_PLUGIN_PATH!
|
||||
) else (
|
||||
set QT_PLUGIN_PATH=C:\Qt\5.15.2\mingw81_64\plugins
|
||||
set QT_PLUGIN_PATH=C:\Qt\6.2.4\mingw_64\plugins
|
||||
)
|
||||
%*
|
||||
EndLocal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue