summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/qdeclarativewebview.pro
blob: 6af0a6004815dc7b99414b0dcdcd6fa3445e29af (plain)
1
2
3
4
5
6
7
8
9
10
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative
contains(QT_CONFIG,webkit): QT += webkit
macx:CONFIG -= app_bundle

SOURCES += tst_qdeclarativewebview.cpp testtypes.cpp
HEADERS += testtypes.h

# Define SRCDIR equal to test's source directory
DEFINES += SRCDIR=\\\"$$PWD\\\"