From 7d8c941574114ff0ce3f12793bc9c9356577fc0e Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 23 Mar 2016 10:55:31 +0100 Subject: Remove empty .pro file Change-Id: Ia85ced87b9cb0ad2093bdfc4abcf222929bc8bd5 Reviewed-by: Ulf Hermann --- tests/auto/qml/debugger/qqmldebuglocal/tst_qqmldebuglocal.pro | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tests/auto/qml/debugger/qqmldebuglocal/tst_qqmldebuglocal.pro (limited to 'tests/auto/qml') diff --git a/tests/auto/qml/debugger/qqmldebuglocal/tst_qqmldebuglocal.pro b/tests/auto/qml/debugger/qqmldebuglocal/tst_qqmldebuglocal.pro deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3 From 7d7e28ce112c2e3af5542dc1b025627340a5ba2d Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 29 Feb 2016 14:22:53 +0100 Subject: Purge sRGB chunks from PNG in tests. Subjects each *.png file that matched grep -law "sRGB" to: pngcrush -ow -brute -rem allb -reduce Various tools grumble about sRGB tables in PNG images; and our handling of them doesn't pay attention to these, so purging them makes the images smaller with no loss to the images. Change-Id: I9e4dc3aec97cd32bc8ac216fadeaf7669c49647c Reviewed-by: Robin Burchell --- .../debugger/qqmlprofilerservice/data/TestImage_2x2.png | Bin 158 -> 67 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'tests/auto/qml') diff --git a/tests/auto/qml/debugger/qqmlprofilerservice/data/TestImage_2x2.png b/tests/auto/qml/debugger/qqmlprofilerservice/data/TestImage_2x2.png index 30228cbbdc..b54163f926 100644 Binary files a/tests/auto/qml/debugger/qqmlprofilerservice/data/TestImage_2x2.png and b/tests/auto/qml/debugger/qqmlprofilerservice/data/TestImage_2x2.png differ -- cgit v1.2.3