summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/q3dinput-touch/CMakeLists.txt
blob: 2704803cc2c18b954eca26b26d7a53228d5df761 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_test(q3dinput-touch
    SOURCES
        tst_input.cpp
    LIBRARIES
        Qt::Gui
        Qt::DataVisualization
)