From de1cd795468f2b1e2a32651879d9aa22dde39f04 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Wed, 1 Mar 2017 10:20:10 +0100 Subject: [PATCH] Core: Add option to disable automatic build of the wininterrupt tool Change-Id: Ia979c586523f6509056dfcec0eec2d632fc39b1c Reviewed-by: Eike Ziller --- src/tools/tools.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/tools.pro b/src/tools/tools.pro index 65901ba6028..f727cb9abef 100644 --- a/src/tools/tools.pro +++ b/src/tools/tools.pro @@ -11,8 +11,9 @@ qtHaveModule(quick): SUBDIRS += qml2puppet win32 { SUBDIRS += qtcdebugger \ - wininterrupt \ winrtdebughelper + + isEmpty(QTC_SKIP_WININTERRUPT): SUBDIRS += wininterrupt } mac {