summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/platforms.pro
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-10-07 01:51:23 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2011-01-25 17:48:25 (GMT)
commit6c5ea196ff086b92687033208f15e36591dc70f6 (patch)
tree47483a0182e9d49d63fd3e65b087be5704ff5ba6 /src/plugins/platforms/platforms.pro
parent04ad0434596714ff91f5fce66267c34e82654bd5 (diff)
downloadQt-6c5ea196ff086b92687033208f15e36591dc70f6.zip
Qt-6c5ea196ff086b92687033208f15e36591dc70f6.tar.gz
Qt-6c5ea196ff086b92687033208f15e36591dc70f6.tar.bz2
Add wayland lighthouse plugin
Diffstat (limited to 'src/plugins/platforms/platforms.pro')
-rw-r--r--src/plugins/platforms/platforms.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro
index 26ccd44..57015e7 100644
--- a/src/plugins/platforms/platforms.pro
+++ b/src/plugins/platforms/platforms.pro
@@ -2,3 +2,7 @@ TEMPLATE = subdirs
SUBDIRS += minimal
+contains(QT_CONFIG, wayland) {
+ SUBDIRS += wayland
+}
+