summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/qdeclarativewebview.pro
blob: cf38fa78538bb69bba405932110d17040e4ce1d8 (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 webkitwidgets widgets declarative declarative-private core-private widgets-private gui-private

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