summaryrefslogtreecommitdiffstats
path: root/src/activeqt/axshared.prx
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/axshared.prx')
-rw-r--r--src/activeqt/axshared.prx17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/activeqt/axshared.prx b/src/activeqt/axshared.prx
new file mode 100644
index 0000000..7a79216
--- /dev/null
+++ b/src/activeqt/axshared.prx
@@ -0,0 +1,17 @@
+# This modules provides the header files, installed under "ActiveQt/".
+# It also contains shared code that is used by axcontainer and axserver.
+
+TARGET = ActiveQt
+CONFIG += static
+QT += gui-private
+
+HEADERS = \
+ shared/qaxtypefunctions.h \
+ shared/qaxutils_p.h
+
+SOURCES = \
+ shared/qaxtypefunctions.cpp \
+ shared/qaxutils.cpp
+
+MODULE = axbase
+load(qt_module)