summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/tests.pri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/tests.pri')
-rw-r--r--tests/auto/quick/tests.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/quick/tests.pri b/tests/auto/quick/tests.pri
index 932407e66..b637c29c1 100644
--- a/tests/auto/quick/tests.pri
+++ b/tests/auto/quick/tests.pri
@@ -7,7 +7,9 @@ VPATH += $$_PRO_FILE_PWD_
TARGET = tst_$$TARGET
SOURCES += $${TARGET}.cpp
-INCLUDEPATH += $$PWD
+INCLUDEPATH += \
+ $$PWD \
+ ../shared
QT += testlib network quick webengine