diff --git a/.qmake.conf b/.qmake.conf
index 5de255cb69e5775ba5ede321121ef6a5efc52ab9..02554aba2e7f2590eecdd021d19dd9f04b589f78 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,2 +1,4 @@
 load(qt_build_config)
 CONFIG += qt_example_installs
+
+MODULE_VERSION = 5.0.2
diff --git a/src/activeqt/container/container.pro b/src/activeqt/container/container.pro
index 3972e5bcaac9ad7dedc4ccb6a31a0d74325ebcc0..904a024472304c4dd4ca9d1a330ca5dfb5ad49be 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