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

SOURCES += tst_qdeclarativewebview.cpp

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