summaryrefslogtreecommitdiffstats
path: root/qtwayland.pro
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2013-07-22 11:25:32 +0300
committerPier Luigi Fiorini <pierluigi.fiorini@gmail.com>2013-07-29 06:09:44 +0200
commit52c08743573060e9afedea48f308b41bff2c590d (patch)
treeb2b32c5a903da7a4e42bacad74088b4caa270732 /qtwayland.pro
parentca5c4490b9945a9b187139defa15340fbb1f297d (diff)
Update error text to match required Wayland version
The required Wayland version was updated to 1.1, but the top-level error message was not updated to reflect this. Change-Id: Ifc1c7552a4a38986685c214e24241704fd774e11 Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com> Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'qtwayland.pro')
-rw-r--r--qtwayland.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtwayland.pro b/qtwayland.pro
index 24e104b56..408a9cd34 100644
--- a/qtwayland.pro
+++ b/qtwayland.pro
@@ -11,7 +11,7 @@ qtCompileTest(xcomposite)
load(qt_parts)
!config_wayland {
- error(QtWayland requires Wayland 1.0.3 or higher)
+ error(QtWayland requires Wayland 1.1.0 or higher)
}
!config_xkbcommon {