summaryrefslogtreecommitdiffstats
path: root/configure.pri
diff options
context:
space:
mode:
Diffstat (limited to 'configure.pri')
-rw-r--r--configure.pri4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.pri b/configure.pri
index cba250f7b6..41d0bb81f5 100644
--- a/configure.pri
+++ b/configure.pri
@@ -211,9 +211,7 @@ defineReplace(qtConfFunc_licenseCheck) {
showWhat = "Type 'L' to view the GNU Lesser General Public License version 3 (LGPLv3)."
gpl2Ok = false
gpl3Ok = false
- winrt {
- notTheLicense = "Note: GPL version 2 is not available on WinRT."
- } else: wasm {
+ wasm {
gpl3Ok = true
theLicense = "GNU General Public License (GPL) version 3"
showWhat = "Type 'G' to view the GNU General Public License version 3 (GPLv3)."