We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b1e04 commit 2ee8848Copy full SHA for 2ee8848
loader.qml
@@ -73,7 +73,7 @@ Window {
73
//.replace("file:///", "") //only on windows
74
.replace("file://", "")
75
if(tag)
76
- path = path + "-" + tag
+ path = path + "-" + tag.replace(" ", "_")
77
78
if(!render){
79
console.log("LOG: skip render" + path)
tests.pro
@@ -5,7 +5,7 @@ DISTFILES = *.qml \
5
../tests/QMLEngine/qml/*.qml \
6
../tests/Tests/*.qml \
7
../tests/Tests/qml/*.qml \
8
- ../tests/qml/*.qml
+ ../tests/common/*.qml
9
../tests/*.qml
10
11
}
0 commit comments