We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d09b6 commit 122d09eCopy full SHA for 122d09e
simple_screenshot.qml
@@ -10,7 +10,6 @@ Loader{
10
}
11
12
function grab(){
13
-
14
var path = source.toString()
15
.replace(".qml", ".png")
16
.replace("file://", "")
tests.pro
@@ -2,4 +2,9 @@ lupdate_only {
2
SOURCES = *.qml \
3
../tests/Render/Simple/*.qml \
4
../tests/Render/Async/*.qml \
5
+ ../tests/QtQuick/qml/*.qml \
6
+ ../tests/QMLEngine/qml/*.qml \
7
8
+
9
+DISTFILES += \
+ ../tests/Render/Async/tester.qml
0 commit comments