From 226eb11c6ff1f9698cc35c277c3a62ea69ced50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Tue, 11 Feb 2014 09:10:00 +0200 Subject: Added snapshots for qmlsurfacelayers and rotations examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTRD-2635 Change-Id: I836139c262bade2a52efe6628dd37254d241ba2d Reviewed-by: Tomi Korpipää --- .../doc/images/qmlsurfacelayers-example.png | Bin 95522 -> 86259 bytes examples/rotations/doc/images/rotations-example.png | Bin 0 -> 69487 bytes examples/rotations/rotations.pro | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 examples/rotations/doc/images/rotations-example.png diff --git a/examples/qmlsurfacelayers/doc/images/qmlsurfacelayers-example.png b/examples/qmlsurfacelayers/doc/images/qmlsurfacelayers-example.png index cc3819f5..a5b179fb 100644 Binary files a/examples/qmlsurfacelayers/doc/images/qmlsurfacelayers-example.png and b/examples/qmlsurfacelayers/doc/images/qmlsurfacelayers-example.png differ diff --git a/examples/rotations/doc/images/rotations-example.png b/examples/rotations/doc/images/rotations-example.png new file mode 100644 index 00000000..74bebbf7 Binary files /dev/null and b/examples/rotations/doc/images/rotations-example.png differ diff --git a/examples/rotations/rotations.pro b/examples/rotations/rotations.pro index dba80dad..4a16dba6 100644 --- a/examples/rotations/rotations.pro +++ b/examples/rotations/rotations.pro @@ -11,5 +11,5 @@ RESOURCES += rotations.qrc INSTALLS += target -OTHER_FILES += doc/src/* \ - doc/images/* +OTHER_FILES += doc/src \ + doc/images -- cgit v1.2.3