summaryrefslogtreecommitdiffstats
path: root/src/activeqt/container/container.pro
blob: 3606e87d4abbfa3937438c9cfe43d5a8599f5a39 (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
TARGET   = QtAxContainer

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

HEADERS =   ../control/qaxaggregated.h \
            qaxbase.h \
            qaxbase_p.h \
            qaxwidget.h \
            qaxobject.h \
            qaxscript.h \
            qaxselect.h \
            ../shared/qaxtypes_p.h

SOURCES =   qaxbase.cpp \
            qaxdump.cpp \
            qaxwidget.cpp \
            qaxobject.cpp \
            qaxscript.cpp \
            qaxscriptwrapper.cpp \
            qaxselect.cpp \
            ../shared/qaxtypes.cpp

FORMS =     qaxselect.ui

MODULE = axcontainer
MODULE_CONFIG = dumpcpp
load(qt_module)