From 40e060dfa8c9693944579c91b3a42d87aafc59da Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Mon, 7 Jul 2014 12:55:28 +0200 Subject: [PATCH] WinRT: Disable some examples assistant uses IPC, which is not supported. Using the designer library is completely disabled for WinRT. Change-Id: I7f569fe975c16dd3f3ce8744d1ed5c06a84d8da6 Reviewed-by: Joerg Bornemann --- examples/examples.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/examples.pro b/examples/examples.pro index 4955969..69365d1 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,3 +1,4 @@ TEMPLATE = subdirs qtHaveModule(widgets): SUBDIRS += help designer linguist uitools assistant +winrt: SUBDIRS -= assistant designer -- 2.7.4