aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@theqtcompany.com>2015-03-23 13:59:07 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-04-01 04:27:17 +0000
commit697291ef10040e097c201099181f099e883a829d (patch)
tree11af723807731f58c77801a9e2b76a4026528ac9 /qt.pro
parent98c4f1bbebfb3cc6d8e031d36fd1da3c19e634fb (diff)
Remove specific rules for QtWayland
Let the module handle the platforms by itself. See QtWayland change: 0448026b4ee75 Change-Id: I622d17d6219e71fb0ad014442763b515e58079af Reviewed-by: Sergio Ahumada <sahumada@texla.cl> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
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 1d972a5c..6876dfba 100644
--- a/qt.pro
+++ b/qt.pro
@@ -86,7 +86,7 @@ addModule(qtgraphicaleffects, qtdeclarative)
addModule(qtscript, qtbase, qttools)
addModule(qtquick1, qtscript, qtsvg qtxmlpatterns qtwebkit)
addModule(qtdocgallery, qtdeclarative)
-linux:!android: addModule(qtwayland, qtbase, qtdeclarative)
+addModule(qtwayland, qtbase, qtdeclarative)
addModule(qtserialport, qtbase)
addModule(qtenginio, qtdeclarative)
addModule(qtwebengine, qtquickcontrols qtwebchannel, qtwebkit qtlocation)