summaryrefslogtreecommitdiff
path: root/qtwayland.pro
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@theqtcompany.com>2015-03-19 11:34:27 +0100
committerCaroline Chao <caroline.chao@theqtcompany.com>2015-03-20 15:14:42 +0000
commit0448026b4ee756aad09dd55cc2c1f3fb9c396d4a (patch)
treedb46dd804cc8df291c2e1390d68be8737bc0a860 /qtwayland.pro
parentf7aa5e201338606ecb3a7e4cb09c276e9fe53df6 (diff)
downloadqtwayland-0448026b4ee756aad09dd55cc2c1f3fb9c396d4a.tar.gz
Add required CONFIG conditions to pro file
The module will be skipped if the conditions are not met. Change-Id: I99593777348bd8c74e8c32f0a4ff482bbaa8812d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'qtwayland.pro')
-rw-r--r--qtwayland.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtwayland.pro b/qtwayland.pro
index 54788eb8..88761497 100644
--- a/qtwayland.pro
+++ b/qtwayland.pro
@@ -1,3 +1,5 @@
+requires(linux:!android)
+
load(configure)
qtCompileTest(wayland)
qtCompileTest(xkbcommon)