summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/activeqt/axshared.prx3
-rw-r--r--src/activeqt/container/container.pro2
-rw-r--r--src/activeqt/control/control.pro2
3 files changed, 4 insertions, 3 deletions
diff --git a/src/activeqt/axshared.prx b/src/activeqt/axshared.prx
index 5c8273e..9b573f2 100644
--- a/src/activeqt/axshared.prx
+++ b/src/activeqt/axshared.prx
@@ -1,7 +1,8 @@
# This modules provides the header files, installed under "ActiveQt/".
# It also contains shared code that is used by axcontainer and axserver.
-TARGET = ActiveQt
+TARGET = QtAxBase
+MODULE_INCNAME = ActiveQt
CONFIG += static
QT += gui-private
diff --git a/src/activeqt/container/container.pro b/src/activeqt/container/container.pro
index 9c9d5e2..f9fc53f 100644
--- a/src/activeqt/container/container.pro
+++ b/src/activeqt/container/container.pro
@@ -1,4 +1,4 @@
-TARGET = QAxContainer
+TARGET = QtAxContainer
QT += core-private gui gui-private widgets widgets-private axbase
CONFIG += static
diff --git a/src/activeqt/control/control.pro b/src/activeqt/control/control.pro
index 4bafbca..9107281 100644
--- a/src/activeqt/control/control.pro
+++ b/src/activeqt/control/control.pro
@@ -1,4 +1,4 @@
-TARGET = QAxServer
+TARGET = QtAxServer
QT += core-private gui-private widgets axbase
CONFIG += static