0
|
1 |
TEMPLATE = lib
|
|
2 |
|
|
3 |
TARGET = ActiveQt
|
|
4 |
CONFIG += qt_install_headers
|
|
5 |
SYNCQT.HEADER_FILES = qaxaggregated.h qaxbindable.h qaxfactory.h
|
|
6 |
SYNCQT.HEADER_CLASSES = ../../../include/ActiveQt/QAxAggregated ../../../include/ActiveQt/QAxBindable ../../../include/ActiveQt/QAxFactory ../../../include/ActiveQt/QAxClass
|
|
7 |
include(../../qt_install.pri)
|
|
8 |
|
|
9 |
TARGET = QAxServer
|
|
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_off staticlib
|
|
18 |
QTDIR_build:DESTDIR = $$QT_BUILD_TREE\lib
|
|
19 |
|
|
20 |
DEFINES += QAX_SERVER
|
|
21 |
win32-g++:DEFINES += QT_NEEDS_QMAIN
|
|
22 |
win32-borland:DEFINES += QT_NEEDS_QMAIN
|
|
23 |
|
|
24 |
LIBS += -luser32 -lole32 -loleaut32 -lgdi32
|
|
25 |
win32-g++:LIBS += -luuid
|
|
26 |
|
|
27 |
HEADERS = qaxaggregated.h \
|
|
28 |
qaxbindable.h \
|
|
29 |
qaxfactory.h \
|
|
30 |
../shared/qaxtypes.h
|
|
31 |
|
|
32 |
SOURCES = qaxserver.cpp \
|
|
33 |
qaxserverbase.cpp \
|
|
34 |
qaxbindable.cpp \
|
|
35 |
qaxfactory.cpp \
|
|
36 |
qaxservermain.cpp \
|
|
37 |
qaxserverdll.cpp \
|
|
38 |
qaxmain.cpp \
|
|
39 |
../shared/qaxtypes.cpp
|