summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/qdeclarativewebview.pro
blob: 2dc69d7d2efb70ffa09db22ea6c4667dd8b1e723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app

CONFIG += testcase
TARGET = tst_qdeclarativewebview

SOURCES += $${TARGET}.cpp

HEADERS += ../shared/debugutil_p.h
SOURCES += ../shared/debugutil.cpp

INCLUDEPATH += $$PWD/../../../../src/imports/webview

QT += testlib network webkitwidgets widgets declarative declarative-private core-private widgets-private gui-private

exists($${TARGET}.qrc):RESOURCES += $${TARGET}.qrc