aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/sanity
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-10-12 15:24:31 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-10-18 19:46:39 +0000
commita4265f2c8e9b99e804b3d065d0419d7f29a2e8cd (patch)
tree2c28c722a5d8c4872b3bc173e703589f88b6356f /tests/auto/sanity
parent6dbe20bdc3ae582a885d931519c4356c2ec58285 (diff)
9-patch export plugin for Sketch
This plugin crops upscaled 9-patch PNG assets when exported from Sketch, to ensure that 9-patch borders remain 1px wide when upscaled. Change-Id: Iad46d75f37b76eecf64ac32fa38d2b9e9db8b34d Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/sanity')
-rw-r--r--tests/auto/sanity/tst_sanity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/sanity/tst_sanity.cpp b/tests/auto/sanity/tst_sanity.cpp
index 2c67e86a..96c8eb38 100644
--- a/tests/auto/sanity/tst_sanity.cpp
+++ b/tests/auto/sanity/tst_sanity.cpp
@@ -139,7 +139,7 @@ private:
void tst_Sanity::initTestCase()
{
QDirIterator it(QQC2_IMPORT_PATH, QStringList() << "*.qml" << "*.js", QDir::Files, QDirIterator::Subdirectories);
- const QStringList excludeDirs = QStringList() << QStringLiteral("snippets") << QStringLiteral("designer");
+ const QStringList excludeDirs = QStringList() << QStringLiteral("snippets") << QStringLiteral("designer") << QStringLiteral("Sketch");
while (it.hasNext()) {
it.next();
QFileInfo info = it.fileInfo();