# This file is part of the KD Chart library. # # SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # add_executable( Sql-example main.cpp ) target_link_libraries( Sql-example ${QT_LIBRARIES} Qt${QT_VERSION_MAJOR}::Sql kdchart testtools )