From 63d2cb62f092e3932186c666db888ff3b61b51cd Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Date: Fri, 2 Dec 2016 20:51:06 +0100
Subject: [PATCH] fix (skip) build with -no-widgets

Change-Id: If4643fd8442ccbc678ef6310d3718fd9acdef83d
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
---
 qtactiveqt.pro | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/qtactiveqt.pro b/qtactiveqt.pro
index 039aaadd..45b79f10 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -1,3 +1,5 @@
+requires(qtHaveModule(widgets))
+
 CONFIG += tests_need_tools
 load(qt_parts)
 
-- 
GitLab