summaryrefslogtreecommitdiffstats
path: root/tests/auto/dumpcpp/dumpcpp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/dumpcpp/dumpcpp.pro')
-rw-r--r--tests/auto/dumpcpp/dumpcpp.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/dumpcpp/dumpcpp.pro b/tests/auto/dumpcpp/dumpcpp.pro
deleted file mode 100644
index aae7bd8..0000000
--- a/tests/auto/dumpcpp/dumpcpp.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += testcase
-QT += widgets axcontainer testlib
-SOURCES += tst_dumpcpp.cpp
-TARGET = tst_dumpcpp
-
-# Assume Web Browser type library is available in all windows installations
-TYPELIBS = $$(SystemRoot)\\system32\\ieframe.dll
-
-!exists($$TYPELIBS) {
- message("Web Browser type library for test not found!")
-}