summaryrefslogtreecommitdiff
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, 11 insertions, 0 deletions
diff --git a/tests/auto/dumpcpp/dumpcpp.pro b/tests/auto/dumpcpp/dumpcpp.pro
new file mode 100644
index 0000000..776aa32
--- /dev/null
+++ b/tests/auto/dumpcpp/dumpcpp.pro
@@ -0,0 +1,11 @@
+CONFIG += testcase qaxcontainer
+QT += widgets 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!")
+} \ No newline at end of file