Skip to content

Commit 2ee8848

Browse files
minor tweaks
1 parent 87b1e04 commit 2ee8848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

loader.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Window {
7373
//.replace("file:///", "") //only on windows
7474
.replace("file://", "")
7575
if(tag)
76-
path = path + "-" + tag
76+
path = path + "-" + tag.replace(" ", "_")
7777

7878
if(!render){
7979
console.log("LOG: skip render" + path)

tests.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DISTFILES = *.qml \
55
../tests/QMLEngine/qml/*.qml \
66
../tests/Tests/*.qml \
77
../tests/Tests/qml/*.qml \
8-
../tests/qml/*.qml
8+
../tests/common/*.qml
99
../tests/*.qml
1010

1111
}

0 commit comments

Comments
 (0)