From 0448026b4ee756aad09dd55cc2c1f3fb9c396d4a Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Thu, 19 Mar 2015 11:34:27 +0100 Subject: 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 --- qtwayland.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qtwayland.pro') diff --git a/qtwayland.pro b/qtwayland.pro index 54788eb80..88761497e 100644 --- a/qtwayland.pro +++ b/qtwayland.pro @@ -1,3 +1,5 @@ +requires(linux:!android) + load(configure) qtCompileTest(wayland) qtCompileTest(xkbcommon) -- cgit v1.2.3