source: trunk/src/activeqt/control/control.pro

Last change on this file 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.1 KB
RevLine 
[2]1TEMPLATE = lib
2
3TARGET = ActiveQt
4CONFIG += qt_install_headers
5SYNCQT.HEADER_FILES = qaxaggregated.h qaxbindable.h qaxfactory.h
6SYNCQT.HEADER_CLASSES = ../../../include/ActiveQt/QAxAggregated ../../../include/ActiveQt/QAxBindable ../../../include/ActiveQt/QAxFactory ../../../include/ActiveQt/QAxClass
7include(../../qt_install.pri)
8
9TARGET = QAxServer
10
11!debug_and_release|build_pass {
12 CONFIG(debug, debug|release) {
13 TARGET = $$member(TARGET, 0)d
14 }
15}
16
17CONFIG += qt warn_off staticlib
[846]18QTDIR_build:DESTDIR = $$QT_BUILD_TREE\\lib
[2]19
20DEFINES += QAX_SERVER
[846]21win32-g++*:DEFINES += QT_NEEDS_QMAIN
[2]22win32-borland:DEFINES += QT_NEEDS_QMAIN
23
24LIBS += -luser32 -lole32 -loleaut32 -lgdi32
[846]25win32-g++*:LIBS += -luuid
[2]26
[561]27HEADERS = qaxaggregated.h \
28 qaxbindable.h \
29 qaxfactory.h \
30 ../shared/qaxtypes.h
[2]31
[561]32SOURCES = qaxserver.cpp \
33 qaxserverbase.cpp \
34 qaxbindable.cpp \
35 qaxfactory.cpp \
36 qaxservermain.cpp \
37 qaxserverdll.cpp \
38 qaxmain.cpp \
39 ../shared/qaxtypes.cpp
Note: See TracBrowser for help on using the repository browser.