From 852610be9406a46997b5e22e0988e840e8673bf0 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Tue, 28 Feb 2017 14:56:48 +0100 Subject: Disable building of QtWayland if QtGui is missing Change-Id: I85a08199453c33e0eea641e5914b771def8032b2 Reviewed-by: Lars Knoll Reviewed-by: Jan Arne Petersen Reviewed-by: Oswald Buddenhagen --- qtwayland.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'qtwayland.pro') diff --git a/qtwayland.pro b/qtwayland.pro index 0401ab02f..04eca333b 100644 --- a/qtwayland.pro +++ b/qtwayland.pro @@ -1,2 +1,3 @@ requires(linux:!android) +requires(qtHaveModule(gui)) load(qt_parts) -- cgit v1.2.3