summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-02-28 14:56:48 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2017-03-01 10:44:58 +0000
commit852610be9406a46997b5e22e0988e840e8673bf0 (patch)
tree0058832a65115b93bd4d09ddb431c3089feb2c90
parente9fb11653a504b86478ef8f4513a6c23045a4fa2 (diff)
Disable building of QtWayland if QtGui is missing
Change-Id: I85a08199453c33e0eea641e5914b771def8032b2 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
-rw-r--r--qtwayland.pro1
1 files changed, 1 insertions, 0 deletions
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)