source: trunk/tools/activeqt/testcon/testcon.pro@ 235

Last change on this file since 235 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 855 bytes
Line 
1TEMPLATE = app
2
3CONFIG += qaxserver qaxserver_no_postlink qaxcontainer
4# QT += qt3support
5
6# ui_qaxselect.h
7INCLUDEPATH += $$QT_SOURCE_TREE/tools/activeqt/container/debug \
8 $$QT_SOURCE_TREE/tools/activeqt/container/release \
9 $$QT_BUILD_TREE/src/activeqt/container \
10
11SOURCES = main.cpp docuwindow.cpp mainwindow.cpp invokemethod.cpp changeproperties.cpp ambientproperties.cpp controlinfo.cpp
12HEADERS = docuwindow.h mainwindow.h invokemethod.h changeproperties.h ambientproperties.h controlinfo.h
13FORMS = mainwindow.ui invokemethod.ui changeproperties.ui ambientproperties.ui controlinfo.ui
14RC_FILE = testcon.rc
15
16win32-borland {
17 QMAKE_POST_LINK = -midl $$QT_SOURCE_TREE/tools/activeqt/testcon/testcon.idl
18} else {
19 !win32-g++:QMAKE_POST_LINK = midl $$QT_SOURCE_TREE/tools/activeqt/testcon/testcon.idl && move testcon.tlb $(TARGETDIR)
20
21}
Note: See TracBrowser for help on using the repository browser.