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