aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-03-14 15:43:19 +0100
committerAndy Nichols <andy.nichols@qt.io>2017-03-17 13:50:23 +0000
commitb8426f8cd14ba551f43fcf4f3cce4990c9ef0477 (patch)
tree70e28fb1168ea518e2a8a2b72843ecaa640ca8bf
parent951b5fb5e39df3caa09b5e52292b1ac22c4dfe03 (diff)
Add dependency on QtGui
Change-Id: Ia60de94601bef84a7561be35bdb391e3ad3f7bb8 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
-rw-r--r--qtgamepad.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtgamepad.pro b/qtgamepad.pro
index 58c33f2..7d21914 100644
--- a/qtgamepad.pro
+++ b/qtgamepad.pro
@@ -1 +1,3 @@
load(qt_parts)
+
+requires(qtHaveModule(gui))