summaryrefslogtreecommitdiffstats
path: root/qtwayland.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtwayland.pro')
-rw-r--r--qtwayland.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtwayland.pro b/qtwayland.pro
index 24e104b56..02e8c1463 100644
--- a/qtwayland.pro
+++ b/qtwayland.pro
@@ -11,7 +11,8 @@ qtCompileTest(xcomposite)
load(qt_parts)
!config_wayland {
- error(QtWayland requires Wayland 1.0.3 or higher)
+ warning("QtWayland requires Wayland 1.0.3 or higher")
+ SUBDIRS =
}
!config_xkbcommon {
@@ -19,7 +20,8 @@ load(qt_parts)
}
!config_wayland_scanner {
- error(QtWayland requires wayland-scanner)
+ warning("QtWayland requires wayland-scanner")
+ SUBDIRS =
}
!config_wayland_egl {