Skip to content

Commit 122d09e

Browse files
add .pro paths
1 parent a5d09b6 commit 122d09e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

simple_screenshot.qml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Loader{
1010
}
1111

1212
function grab(){
13-
1413
var path = source.toString()
1514
.replace(".qml", ".png")
1615
.replace("file://", "")

tests.pro

+5
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ lupdate_only {
22
SOURCES = *.qml \
33
../tests/Render/Simple/*.qml \
44
../tests/Render/Async/*.qml \
5+
../tests/QtQuick/qml/*.qml \
6+
../tests/QMLEngine/qml/*.qml \
57
}
8+
9+
DISTFILES += \
10+
../tests/Render/Async/tester.qml

0 commit comments

Comments
 (0)