source: trunk/src/activeqt/container/container.pro@ 890

Last change on this file since 890 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 1.2 KB
Line 
1TEMPLATE = lib
2
3TARGET = ActiveQt
4CONFIG += qt_install_headers
5SYNCQT.HEADER_FILES = qaxbase.h qaxobject.h qaxscript.h qaxselect.h qaxwidget.h
6SYNCQT.HEADER_CLASSES = ../../../include/ActiveQt/QAxBase ../../../include/ActiveQt/QAxObject ../../../include/ActiveQt/QAxScriptEngine ../../../include/ActiveQt/QAxScript ../../../include/ActiveQt/QAxScriptManager ../../../include/ActiveQt/QAxSelect ../../../include/ActiveQt/QAxWidget
7include(../../qt_install.pri)
8
9TARGET = QAxContainer
10
11!debug_and_release|build_pass {
12 CONFIG(debug, debug|release) {
13 TARGET = $$member(TARGET, 0)d
14 }
15}
16
17CONFIG += qt warn_on staticlib
18QTDIR_build:DESTDIR = $$QT_BUILD_TREE/lib
19
20LIBS += -lole32 -loleaut32
21!wince*:LIBS += -luser32 -lgdi32 -ladvapi32
22win32-g++*:LIBS += -luuid
23
24HEADERS = ../control/qaxaggregated.h \
25 qaxbase.h \
26 qaxwidget.h \
27 qaxobject.h \
28 qaxscript.h \
29 qaxselect.h \
30 ../shared/qaxtypes.h
31
32SOURCES = qaxbase.cpp \
33 qaxdump.cpp \
34 qaxwidget.cpp \
35 qaxobject.cpp \
36 qaxscript.cpp \
37 qaxscriptwrapper.cpp \
38 qaxselect.cpp \
39 ../shared/qaxtypes.cpp
40
41FORMS = qaxselect.ui
Note: See TracBrowser for help on using the repository browser.