summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/widgets/tools/settingseditor/CMakeLists.txt
blob: c7f65b15634950231feab5d92cc29302ee3fa7af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets)
qt_internal_add_manual_test(settingseditor
    SOURCES
        locationdialog.cpp locationdialog.h
        main.cpp
        mainwindow.cpp mainwindow.h
        settingstree.cpp settingstree.h
        variantdelegate.cpp variantdelegate.h
    LIBRARIES
        Qt::Widgets
)