summaryrefslogtreecommitdiffstats
path: root/messagingframework.pro
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2015-08-26 15:52:07 +0200
committerRobin Burchell <robin.burchell@viroteck.net>2015-08-28 08:55:52 +0000
commit36105ca6002e8ecb48acfc3a4c357e39f993c4af (patch)
tree76c7ae9ba704d62a09a23ea81a13958934907165 /messagingframework.pro
parent581a2e63aa977157ca150a7d8418c763ae214abd (diff)
messagingframework: Add a hard requirement for widgets.
Right now, this is a mandatory requirement. Change-Id: Ib8eabc34a23a73b1457292731ccdbf9a7715d9f4 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'messagingframework.pro')
-rw-r--r--messagingframework.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/messagingframework.pro b/messagingframework.pro
index 1219291d..bdd38d5d 100644
--- a/messagingframework.pro
+++ b/messagingframework.pro
@@ -4,6 +4,7 @@ requires(!winrt)
requires(!ios)
requires(!qnx)
requires(!android)
+requires(qtHaveModule(widgets))
load(qt_parts)