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

# FIXME: Re-enable once we want to run tests on the CI
# CONFIG += testcase

VPATH += $$_PRO_FILE_PWD_
TARGET = tst_$$TARGET

SOURCES += $${TARGET}.cpp
INCLUDEPATH += $$PWD

QT += testlib network quick webengine

macx: CONFIG -= app_bundle

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