summaryrefslogtreecommitdiffstats
path: root/tools/testcon/testcon.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testcon/testcon.pro')
-rw-r--r--tools/testcon/testcon.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/testcon/testcon.pro b/tools/testcon/testcon.pro
deleted file mode 100644
index f796ba9..0000000
--- a/tools/testcon/testcon.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = app
-
-CONFIG += qaxserver_no_postlink
-QT += widgets axserver axcontainer axcontainer-private 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
-RC_FILE = testcon.rc
-RESOURCES += testcon.qrc
-
-!mingw:QMAKE_POST_LINK = midl $$shell_quote($$shell_path($$PWD/testcon.idl)) && move testcon.tlb $(TARGETDIR)
-
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target