summaryrefslogtreecommitdiff
path: root/tests/auto/dumpcpp/dumpcpp.pro
blob: 776aa322d10cd946dc27fe667624bb98d9dc6b41 (plain)
1
2
3
4
5
6
7
8
9
10
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!")
}