summaryrefslogtreecommitdiffstats
path: root/tools/testcon/testcon.pro
blob: a6afddfe786ea804a8f86428413842f39270e744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app

CONFIG	+= qaxserver qaxserver_no_postlink qaxcontainer
QT += widgets printsupport

SOURCES	 = main.cpp docuwindow.cpp mainwindow.cpp invokemethod.cpp changeproperties.cpp ambientproperties.cpp controlinfo.cpp
HEADERS	 = docuwindow.h mainwindow.h invokemethod.h changeproperties.h ambientproperties.h controlinfo.h
FORMS	 = mainwindow.ui invokemethod.ui changeproperties.ui ambientproperties.ui controlinfo.ui $$QT.activeqt.sources/container/qaxselect.ui
RC_FILE	 = testcon.rc

!win32-g++*:QMAKE_POST_LINK = midl $$QT.activeqt.sources/../../tools/testcon/testcon.idl && move testcon.tlb $(TARGETDIR)

target.path = $$[QT_INSTALL_BINS]
INSTALLS += target