summaryrefslogtreecommitdiffstats
path: root/tests/auto/core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core')
-rw-r--r--tests/auto/core/tests.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/core/tests.pri b/tests/auto/core/tests.pri
index d6095c9a3..cd6ef8615 100644
--- a/tests/auto/core/tests.pri
+++ b/tests/auto/core/tests.pri
@@ -11,7 +11,7 @@ TARGET = tst_$$TARGET
SOURCES += $${TARGET}.cpp
INCLUDEPATH += $$PWD
-exists($${TARGET}.qrc): RESOURCES += $${TARGET}.qrc
+exists($$_PRO_FILE_PWD_/$${TARGET}.qrc): RESOURCES += $${TARGET}.qrc
QT += testlib network webenginewidgets widgets
osx: CONFIG -= app_bundle