Skip to content

Commit 0e3f32a

Browse files
committed
#3332 ci: show Qt directory content in Windows build script by using QTDIR
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 8cd159e commit 0e3f32a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-systems/github/windows/build-zip-qt6.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
# Stop on error
66
$ErrorActionPreference = "Stop"
77

8-
dir -s ..\..\Qt
8+
#dir -s $Env:Qt6_DIR
9+
dir -s $Env:QTDIR
910

1011
Write-Host $Env:QT_VERSION
1112
Write-Output "#define RELEASE ""GitHub Actions""" > release.h

0 commit comments

Comments
 (0)