summaryrefslogtreecommitdiffstats
path: root/src/buildtools
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-02-11 22:02:31 +0100
committerMichal Klocek <michal.klocek@qt.io>2020-02-12 19:47:49 +0100
commit7409965626d1e340ac9aa09e477d56cc0b505fe9 (patch)
tree9a2a62101c588be9da62184da085876eb1b0ae80 /src/buildtools
parentc2460147b0ae26d19251068e59b8da8254e697a9 (diff)
Fix typo in error reporting for win
Change-Id: I5097aa17617738b4db8c0fe7717b32be2a0efd8f Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/buildtools')
-rw-r--r--src/buildtools/config/support.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtools/config/support.pri b/src/buildtools/config/support.pri
index 86ca2f80e..8077b12ff 100644
--- a/src/buildtools/config/support.pri
+++ b/src/buildtools/config/support.pri
@@ -62,7 +62,7 @@ defineReplace(qtwebengine_checkError) {
}
linux:!qtwebengine_checkErrorForLinux():return(false)
- win:!qtwebengine_checkErrorForWindows():return(false)
+ win32:!qtwebengine_checkErrorForWindows():return(false)
macos:!qtwebengine_checkErrorForMacOS():return(false)
sanitizer: !qtConfig(webengine-sanitizer) {