summaryrefslogtreecommitdiffstats
path: root/tests/manual/dumpcpp/dumpcpp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/dumpcpp/dumpcpp.pro')
-rw-r--r--tests/manual/dumpcpp/dumpcpp.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual/dumpcpp/dumpcpp.pro b/tests/manual/dumpcpp/dumpcpp.pro
new file mode 100644
index 0000000..6f116c0
--- /dev/null
+++ b/tests/manual/dumpcpp/dumpcpp.pro
@@ -0,0 +1,13 @@
+TEMPLATE=app
+CONFIG += QMAKE_LFLAGS_CONSOLE
+QT += widgets axcontainer testlib
+
+SOURCES += main.cpp
+include(../shared/shared.pri)
+
+# 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!")
+}