author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 04 Oct 2010 01:19:32 +0300 | |
changeset 37 | 758a864f9613 |
parent 33 | 3e2da88830cd |
permissions | -rw-r--r-- |
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 |
|
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
18 |
QTDIR_build:DESTDIR = $$QT_BUILD_TREE\\lib |
0 | 19 |
|
20 |
DEFINES += QAX_SERVER |
|
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
21 |
win32-g++*:DEFINES += QT_NEEDS_QMAIN |
0 | 22 |
win32-borland:DEFINES += QT_NEEDS_QMAIN |
23 |
||
24 |
LIBS += -luser32 -lole32 -loleaut32 -lgdi32 |
|
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
25 |
win32-g++*:LIBS += -luuid |
0 | 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 |