#
# This file is part of the KD Chart library.
#
# SPDX-FileCopyrightText: 2019-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
#
# SPDX-License-Identifier: MIT
#

add_executable(
    LegendsLegendAdvanced-example
    addlegenddialog.ui
    derivedaddlegenddialog.cpp
    Legends.qrc
    main.cpp
    mainwindow.cpp
    mainwindow.ui
)
target_link_libraries(
    LegendsLegendAdvanced-example ${QT_LIBRARIES} kdchart testtools
)
