summaryrefslogtreecommitdiffstats
path: root/src/buildtools
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-05-22 19:52:06 +0200
committerMichal Klocek <michal.klocek@qt.io>2020-05-29 00:09:09 +0200
commit2de02602444b09b332734fe746c27c8ededcdc31 (patch)
tree39877de6ebf4546c2f1619c9d7a6e822fdfda813 /src/buildtools
parentd92ceaaa10ca2d783608aeddfeba27554e3319dc (diff)
Minor. Update error checks in windows.pri
These are also used by QtPdf. Change-Id: Ia8527c9c6bd6fe682cd79d3e980838388d0dcdc9 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/buildtools')
-rw-r--r--src/buildtools/config/windows.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtools/config/windows.pri b/src/buildtools/config/windows.pri
index 73f287bdc..c36534d19 100644
--- a/src/buildtools/config/windows.pri
+++ b/src/buildtools/config/windows.pri
@@ -78,7 +78,7 @@ msvc {
} else: equals(MSVC_VER, 16.0) {
MSVS_VERSION = 2019
} else {
- error("Visual Studio compiler version \"$$MSVC_VER\" is not supported by Qt WebEngine")
+ error("Visual Studio compiler version \"$$MSVC_VER\" is not supported by gn.")
}
gn_args += visual_studio_version=$$MSVS_VERSION
@@ -91,5 +91,5 @@ msvc {
GN_TARGET_CPU = $$gnArch($$QT_ARCH)
gn_args += target_cpu=\"$$GN_TARGET_CPU\"
} else {
- error("Qt WebEngine for Windows can only be built with a Microsoft Visual Studio C++ compatible compiler")
+ error("Microsoft Visual Studio C++ compatible compiler is required by gn.")
}