summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2014-08-26 09:09:08 +0200
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2014-08-26 09:26:03 +0200
commit4310f76bd4930fe34323bdada526fe89f3baaf90 (patch)
tree62464dfe56c291f58453028963b67d8ee22addc4
parent10cd9d458509a7ed3379174eb4be17fa2376c0ca (diff)
Fix cmake test.
The shared source file axutils.cpp uses a function from the widgets module, thus it needs to be added. Change-Id: I5e4dab48d9c0ae286ef003105db832330529070c Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
-rw-r--r--src/activeqt/axshared.prx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/axshared.prx b/src/activeqt/axshared.prx
index 0d661a5..29fe833 100644
--- a/src/activeqt/axshared.prx
+++ b/src/activeqt/axshared.prx
@@ -5,7 +5,7 @@ TARGET = QtAxBase
QMAKE_DOCS = $$PWD/doc/activeqt.qdocconf
MODULE_INCNAME = ActiveQt
CONFIG += static
-QT += gui-private
+QT += gui-private widgets
LIBS_PRIVATE += -lole32 -loleaut32
!wince*: LIBS_PRIVATE += -luser32 -lgdi32 -ladvapi32