0
|
1 |
TARGET = $$qtLibraryTarget(qaxwidget)
|
|
2 |
TEMPLATE = lib
|
|
3 |
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
|
|
4 |
|
|
5 |
CONFIG += qt warn_on qaxcontainer plugin designer debug_and_release
|
|
6 |
build_all:!build_pass {
|
|
7 |
CONFIG -= build_all
|
|
8 |
CONFIG += release
|
|
9 |
}
|
|
10 |
|
|
11 |
INCLUDEPATH += $$QT_SOURCE_TREE/src/activeqt/shared/ \
|
|
12 |
$$QT_BUILD_TREE/src/activeqt/container \
|
|
13 |
../../lib/uilib
|
|
14 |
|
|
15 |
# Input
|
|
16 |
SOURCES += qaxwidgetextrainfo.cpp \
|
|
17 |
qaxwidgetplugin.cpp \
|
|
18 |
qdesigneraxwidget.cpp \
|
|
19 |
qaxwidgetpropertysheet.cpp \
|
|
20 |
qaxwidgettaskmenu.cpp \
|
|
21 |
$$QT_SOURCE_TREE/src/activeqt/shared/qaxtypes.cpp
|
|
22 |
|
|
23 |
HEADERS += qaxwidgetextrainfo.h \
|
|
24 |
qaxwidgetplugin.h \
|
|
25 |
qdesigneraxwidget.h \
|
|
26 |
qaxwidgetpropertysheet.h \
|
|
27 |
qaxwidgettaskmenu.h \
|
|
28 |
$$QT_SOURCE_TREE/src/activeqt/shared/qaxtypes.h
|
|
29 |
|
|
30 |
# install
|
|
31 |
target.path = $$[QT_INSTALL_PLUGINS]/designer
|
|
32 |
INSTALLS += target
|