aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-01-30 10:52:32 +0100
committerLiang Qi <liang.qi@qt.io>2019-01-30 10:04:52 +0000
commitaab65a4b855553a906f566d34e4e1d1b41cd0b8c (patch)
treed016c3a7e201ebfb63d79f3f145096226e800c53
parent92720ed84d88d5cf96b958ae4e6ad134421804d0 (diff)
QtWinExtras depends on QtGui
Task-number: QTBUG-72931 Change-Id: I9d8bff699e482d61f4a03e2b0177bdfb3e6cc084 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
-rw-r--r--qtwinextras.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtwinextras.pro b/qtwinextras.pro
index 62840da..a0ed379 100644
--- a/qtwinextras.pro
+++ b/qtwinextras.pro
@@ -1,3 +1,4 @@
requires(!winrt)
+requires(qtHaveModule(gui))
load(qt_parts)