equal
deleted
inserted
replaced
|
1 TEMPLATE = lib |
|
2 |
|
3 TARGET = ActiveQt |
|
4 CONFIG += qt_install_headers |
|
5 SYNCQT.HEADER_FILES = qaxbase.h qaxobject.h qaxscript.h qaxselect.h qaxwidget.h |
|
6 SYNCQT.HEADER_CLASSES = ../../../include/ActiveQt/QAxBase ../../../include/ActiveQt/QAxObject ../../../include/ActiveQt/QAxScriptEngine ../../../include/ActiveQt/QAxScript ../../../include/ActiveQt/QAxScriptManager ../../../include/ActiveQt/QAxSelect ../../../include/ActiveQt/QAxWidget |
|
7 include(../../qt_install.pri) |
|
8 |
|
9 TARGET = QAxContainer |
|
10 |
|
11 !debug_and_release|build_pass { |
|
12 CONFIG(debug, debug|release) { |
|
13 TARGET = $$member(TARGET, 0)d |
|
14 } |
|
15 } |
|
16 |
|
17 CONFIG += qt warn_on staticlib |
|
18 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/lib |
|
19 |
|
20 LIBS += -lole32 -loleaut32 |
|
21 !wince*:LIBS += -luser32 -lgdi32 -ladvapi32 |
|
22 win32-g++:LIBS += -luuid |
|
23 |
|
24 HEADERS = ../control/qaxaggregated.h \ |
|
25 qaxbase.h \ |
|
26 qaxwidget.h \ |
|
27 qaxobject.h \ |
|
28 qaxscript.h \ |
|
29 qaxselect.h \ |
|
30 ../shared/qaxtypes.h |
|
31 |
|
32 SOURCES = 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 |
|
41 FORMS = qaxselect.ui |