aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-08-12 11:31:27 +0200
committerRobin Burchell <robin.burchell@viroteck.net>2014-08-14 14:25:13 +0200
commit48cd6bb5003945233c7824132f97483f2c34e435 (patch)
tree4a541efcd0f6d7567bc18772e1d86280d8d57c2c /qt.pro
parented9a5c8a62a4fdb05751407f842c25521077d5d9 (diff)
Build Wayland on Linux (except Android)
Change-Id: Ief1276f88837885637d0e60c90c4713bd12f6c85 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt.pro b/qt.pro
index c10c7378..4a0e56ef 100644
--- a/qt.pro
+++ b/qt.pro
@@ -84,7 +84,7 @@ addModule(qtgraphicaleffects, qtdeclarative)
addModule(qtscript, qtbase, qttools)
addModule(qtquick1, qtscript, qtsvg qtxmlpatterns qtwebkit)
addModule(qtdocgallery, qtdeclarative, qtjsondb)
-!win32:!mac:addModule(qtwayland, qtbase, qtdeclarative)
+linux:!android: addModule(qtwayland, qtbase, qtdeclarative)
addModule(qtserialport, qtbase)
addModule(qtenginio, qtdeclarative)
addModule(qtwebsockets, qtbase, qtdeclarative)