source: trunk/tools/designer/src/plugins/activeqt/activeqt.pro

Last change on this file was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

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