Commit 4310f76b authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

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: default avatarSimon Hausmann <simon.hausmann@digia.com>
Showing with 1 addition and 1 deletion
...@@ -5,7 +5,7 @@ TARGET = QtAxBase ...@@ -5,7 +5,7 @@ TARGET = QtAxBase
QMAKE_DOCS = $$PWD/doc/activeqt.qdocconf QMAKE_DOCS = $$PWD/doc/activeqt.qdocconf
MODULE_INCNAME = ActiveQt MODULE_INCNAME = ActiveQt
CONFIG += static CONFIG += static
QT += gui-private QT += gui-private widgets
LIBS_PRIVATE += -lole32 -loleaut32 LIBS_PRIVATE += -lole32 -loleaut32
!wince*: LIBS_PRIVATE += -luser32 -lgdi32 -ladvapi32 !wince*: LIBS_PRIVATE += -luser32 -lgdi32 -ladvapi32
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment