From e2e20c9f1180476193baa32cf7a50252f35f01f3 Mon Sep 17 00:00:00 2001 From: Tuomo Pelkonen Date: Wed, 20 Jan 2021 15:18:03 +0200 Subject: Add CMake build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-89299 Change-Id: I5becbf39605e566c3d32cb5e210d974df9de27da Reviewed-by: Miikka Heikkinen Reviewed-by: Tomi Korpipää --- tests/auto/cpptest/q3dinput-touch/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/auto/cpptest/q3dinput-touch/CMakeLists.txt (limited to 'tests/auto/cpptest/q3dinput-touch') diff --git a/tests/auto/cpptest/q3dinput-touch/CMakeLists.txt b/tests/auto/cpptest/q3dinput-touch/CMakeLists.txt new file mode 100644 index 00000000..616d1470 --- /dev/null +++ b/tests/auto/cpptest/q3dinput-touch/CMakeLists.txt @@ -0,0 +1,7 @@ +qt_add_test(q3dinput-touch + SOURCES + tst_input.cpp + PUBLIC_LIBRARIES + Qt::Gui + Qt::DataVisualization +) -- cgit v1.2.3