From 9687d17d6bcdd4d8c330638cfcd8de86834159bb Mon Sep 17 00:00:00 2001 From: richardg867 Date: Sun, 6 Mar 2022 14:11:39 -0300 Subject: [PATCH] Jenkins: Enable Qt on Windows --- .ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index d1713bb64..00532dc58 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -25,7 +25,7 @@ def osArchs = [ ] def osFlags = [ - 'Windows': '', + 'Windows': '-D QT=ON', 'Linux': '-D QT=ON' ]