summaryrefslogtreecommitdiff
path: root/src/designer/src/plugins/activeqt/activeqt.pro
blob: 81e1093f9fc910aa5cbf6a09a627dfad2fc2b6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TARGET      = qaxwidget
QT         += widgets designer-private axcontainer

PLUGIN_CLASS_NAME = QAxWidgetPlugin
include(../plugins.pri)

INCLUDEPATH += ../../lib/uilib \
               $$QT.designer.includes

SOURCES += qaxwidgetextrainfo.cpp \
qaxwidgetplugin.cpp \
qdesigneraxwidget.cpp \
qaxwidgetpropertysheet.cpp \
qaxwidgettaskmenu.cpp

HEADERS += qaxwidgetextrainfo.h \
qaxwidgetplugin.h \
qdesigneraxwidget.h \
qaxwidgetpropertysheet.h \
qaxwidgettaskmenu.h

OTHER_FILES += activeqt.json