summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/tests.pri
blob: 618ffe0cd3a8fdece62588754f563d5b7876a4ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app

CONFIG += testcase
VPATH += $$_PRO_FILE_PWD_
TARGET = tst_$$TARGET

SOURCES += $${TARGET}.cpp
INCLUDEPATH += \
    $$PWD \
    $$PWD/../Api

QT += testlib network quick
QT_PRIVATE += quick-private gui-private core-private

include($$QTWEBENGINE_ROOT/common.pri)

# This define is used by some tests to look up resources in the source tree
DEFINES += TESTS_SOURCE_DIR=\\\"$$PWD/\\\"