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

TARGET = tst_qdeclarativewebview

SOURCES += $${TARGET}.cpp

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

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

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

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