summaryrefslogtreecommitdiffstats
path: root/tests/auto/cpptest/q3dinput-touch/CMakeLists.txt
blob: 7550bf2ba113077f638169788e85a13930fd2cdf (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_datavis
    SOURCES
        tst_input.cpp
    LIBRARIES
        Qt::Gui
        Qt::DataVisualization
)