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