summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/control.pro
blob: 91072814dcf8b5aec8e58bce3c51d495945cccbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TARGET   = QtAxServer

QT += core-private gui-private widgets axbase
CONFIG  += static

DEFINES	+= QAX_SERVER

HEADERS =   qaxaggregated.h \
            qaxbindable.h \
            qaxfactory.h \
            ../shared/qaxtypes.h

SOURCES =   qaxserver.cpp \
            qaxserverbase.cpp \
            qaxbindable.cpp \
            qaxfactory.cpp \
            qaxservermain.cpp \
            qaxserverdll.cpp \
            qaxmain.cpp \
            ../shared/qaxtypes.cpp

MODULE = axserver
MODULE_DEFINES = QAXSERVER
MODULE_CONFIG = idcidl
CONFIG  += no_module_headers
load(qt_module)
# QtActiveQt is too inconsistent with other Qt modules
# to use the generic cmake config files generator
CONFIG -= create_cmake
DEFINES -= QT_NO_CAST_TO_ASCII QT_USE_QSTRINGBUILDER