summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/CMakeLists.txt
blob: b16cbc7f440efed6d29c61cad46050180dd4574b (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

if(QT_FEATURE_wizard)
    qt_internal_add_example(trivialwizard)
    if(Qt6::PrintSupport)
        qt_internal_add_example(licensewizard)
    endif()
endif()
qt_internal_add_example(standarddialogs)
qt_internal_add_example(tabdialog)