summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2013-02-20 14:59:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-27 14:20:13 +0100
commitd6b64899a00ab96c8bf3aac03acc5a7c2aff28a3 (patch)
tree8e2209a4a6f27b2295851ea99bcb7d6ac15d82b0
parent11de821cc94c0ce6ed1395b77c0550307504be9f (diff)
Compile in the qaxutil files.
Some of the functions were referenced but not implemented as they were implemented in qaxutils.cpp. Therefore they need to be compiled into the library. Change-Id: I0a22776da425ba2c51ee5c84d8d5a1c0728004be Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
-rw-r--r--src/activeqt/container/container.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/activeqt/container/container.pro b/src/activeqt/container/container.pro
index 3972e5b..904a024 100644
--- a/src/activeqt/container/container.pro
+++ b/src/activeqt/container/container.pro
@@ -9,7 +9,8 @@ HEADERS = ../control/qaxaggregated.h \
qaxobject.h \
qaxscript.h \
qaxselect.h \
- ../shared/qaxtypes.h
+ ../shared/qaxtypes.h \
+ ../shared/qaxutils_p.h
SOURCES = qaxbase.cpp \
qaxdump.cpp \
@@ -18,7 +19,8 @@ SOURCES = qaxbase.cpp \
qaxscript.cpp \
qaxscriptwrapper.cpp \
qaxselect.cpp \
- ../shared/qaxtypes.cpp
+ ../shared/qaxtypes.cpp \
+ ../shared/qaxutils.cpp
FORMS = qaxselect.ui