summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/contentshaupdate
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-11-16 16:00:54 +0200
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-11-18 09:35:20 +0200
commitae2c1f08d2b7cc2ad0249e5966bcbeb111b11bdf (patch)
treeab1e0d02aa750a7ce807c880cca73994be1935e6 /tests/auto/installer/contentshaupdate
parent8feea98f9c51efa4effa37e86d02ffcc44961709 (diff)
Fix resource path separators in test .pro files
Building with Qt 5.15.2, the qmlimportscanner will complain about "No such file or directory" for paths using backslash separators. Task-number: QTIFW-2388 Change-Id: I7e8b25c67505524edc83077ab52bb2c0ed03884a Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Diffstat (limited to 'tests/auto/installer/contentshaupdate')
-rw-r--r--tests/auto/installer/contentshaupdate/contentshaupdate.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/installer/contentshaupdate/contentshaupdate.pro b/tests/auto/installer/contentshaupdate/contentshaupdate.pro
index 84402794f..dd7b885fc 100644
--- a/tests/auto/installer/contentshaupdate/contentshaupdate.pro
+++ b/tests/auto/installer/contentshaupdate/contentshaupdate.pro
@@ -6,4 +6,4 @@ SOURCES += tst_contentshaupdate.cpp
RESOURCES += \
settings.qrc \
- ..\shared\config.qrc
+ ../shared/config.qrc