aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_qml_app_deployment/Shapes/EllipseShape/CMakeLists.txt
blob: efdcfb33525cbed33ecaad2f8ba1ec425a504a19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

qt_add_qml_module(EllipseShape
    URI Shapes.EllipseShape
    VERSION 1.0
    SOURCES ellipseitem.cpp ellipseitem.h
)

target_link_libraries(EllipseShape
    PRIVATE
        Qt::Quick
)