summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-02 20:51:06 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-06 12:19:03 +0000
commit63d2cb62f092e3932186c666db888ff3b61b51cd (patch)
treeabc556a0b0a4f4e675070ed5fb800dac015968e3
parentf89a45187fc367d3932ba69cd708263fcaff8356 (diff)
fix (skip) build with -no-widgets
Change-Id: If4643fd8442ccbc678ef6310d3718fd9acdef83d Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--qtactiveqt.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtactiveqt.pro b/qtactiveqt.pro
index 039aaad..45b79f1 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -1,3 +1,5 @@
+requires(qtHaveModule(widgets))
+
CONFIG += tests_need_tools
load(qt_parts)