summaryrefslogtreecommitdiffstats
path: root/src/activeqt/axshared.prx
blob: 7a7921654e2f41c09519602930fcb429ca5d8a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)