summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qpixelformat
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-08 16:46:11 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-31 09:49:30 +0000
commit045bb3df921ead5719d946eef4809f9f8d52d35e (patch)
tree268f10bf38698219367c63ed5e5d48d4d32f96d3 /tests/auto/gui/kernel/qpixelformat
parent79c384ebb073066336b4c83cc24d63cdb4ef6fcf (diff)
cmake: add gui/kernel tests
Fixes: QTBUG-78224 Change-Id: I9e6294b5035b066dead0f5ff91f81e472bc56d62 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/gui/kernel/qpixelformat')
-rw-r--r--tests/auto/gui/kernel/qpixelformat/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/qpixelformat/CMakeLists.txt b/tests/auto/gui/kernel/qpixelformat/CMakeLists.txt
new file mode 100644
index 0000000000..43deb02af1
--- /dev/null
+++ b/tests/auto/gui/kernel/qpixelformat/CMakeLists.txt
@@ -0,0 +1,12 @@
+# Generated from qpixelformat.pro.
+
+#####################################################################
+## tst_qpixelformat Test:
+#####################################################################
+
+add_qt_test(tst_qpixelformat
+ SOURCES
+ tst_qpixelformat.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+)