summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtwayland.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/qtwayland.pro b/qtwayland.pro
index 3d5a6b07e..2886cff23 100644
--- a/qtwayland.pro
+++ b/qtwayland.pro
@@ -11,15 +11,18 @@ 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 {
- error(QtWayland requires xkbcommon 0.2.0 or higher)
+ warning("QtWayland requires xkbcommon 0.2.0 or higher")
+ SUBDIRS =
}
!config_wayland_scanner {
- error(QtWayland requires wayland-scanner)
+ warning("QtWayland requires wayland-scanner")
+ SUBDIRS =
}
!config_wayland_egl {