aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlformat/CMakeLists.txt
blob: f43f5dd8c59991129dd65ab94f47e042504d33e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_module(QmlFormatPrivate
    STATIC
    INTERNAL_MODULE
    SOURCES
        qqmlformatoptions.cpp qqmlformatoptions_p.h
        qqmlformatsettings.cpp qqmlformatsettings_p.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::QmlDomPrivate
        Qt::QmlToolingSettingsPrivate
)