aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/pixel/CMakeLists.txt
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2021-05-19 13:53:32 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-05-19 15:26:49 +0000
commitf5a94900e8bd3b81c359cedcf5b62ec7a6f35c12 (patch)
treedbab71e2413f2be4e838f87ce6f31a4aa831a17f /tests/auto/qmltest/pixel/CMakeLists.txt
parentf542e2bd35767e97ce6b328a23e21791a4ccbed9 (diff)
Remove tst_pixel
Future patches will add uses of pixel() and other accessors to selftests/tst_grabImage.qml, and that's where those kinds of tests should be. Task-number: QTBUG-27671 Change-Id: I3ad42ded144cb7fa8b196a3ac58abcd9ee9b2abf Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Alexander Akulich <akulichalexander@gmail.com> (cherry picked from commit 1d1910e70778114e5eae586792664cf6c0997ed0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests/auto/qmltest/pixel/CMakeLists.txt')
-rw-r--r--tests/auto/qmltest/pixel/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/qmltest/pixel/CMakeLists.txt b/tests/auto/qmltest/pixel/CMakeLists.txt
deleted file mode 100644
index 8ba8a1b2d3..0000000000
--- a/tests/auto/qmltest/pixel/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-# Generated from pixel.pro.
-
-#####################################################################
-## pixel Test:
-#####################################################################
-
-qt_internal_add_test(pixel
- GUI
- QMLTEST
- PUBLIC_LIBRARIES
- Qt::Gui
-)