From d1ddc17b0fcb9ce809a81ddd71d0bc864b2738c9 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Mon, 11 Aug 2014 14:33:42 +0200 Subject: Opt-out of the build on platforms where we won't build successfully To allow the qt5.git integration, allow the build to succeed if the repository is checked out on a platform that we don't maintain. This is the initial list of platforms that we want the integration to succeed and we can add new ones once we start maintaining them. Change-Id: Idce2a84eb8d5b1ef7f14d399fe013f666b479108 Reviewed-by: Andras Becsi --- examples/examples.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/examples.pro b/examples/examples.pro index 45621622c..3d6872d55 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,6 +1,8 @@ TEMPLATE=subdirs -SUBDIRS += webengine/quicknanobrowser +qtHaveModule(webengine) { + SUBDIRS += webengine/quicknanobrowser +} qtHaveModule(webenginewidgets) { SUBDIRS += \ -- cgit v1.2.3