diff options
author | Paul Olav Tvete <paul.tvete@qt.io> | 2017-02-28 14:56:48 +0100 |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@qt.io> | 2017-03-01 10:44:58 +0000 |
commit | 852610be9406a46997b5e22e0988e840e8673bf0 (patch) | |
tree | 0058832a65115b93bd4d09ddb431c3089feb2c90 /qtwayland.pro | |
parent | e9fb11653a504b86478ef8f4513a6c23045a4fa2 (diff) | |
download | qtwayland-852610be9406a46997b5e22e0988e840e8673bf0.tar.gz |
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>
Diffstat (limited to 'qtwayland.pro')
-rw-r--r-- | qtwayland.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qtwayland.pro b/qtwayland.pro index 0401ab02..04eca333 100644 --- a/qtwayland.pro +++ b/qtwayland.pro @@ -1,2 +1,3 @@ requires(linux:!android) +requires(qtHaveModule(gui)) load(qt_parts) |