summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/customviewstyle/CMakeLists.txt
blob: f37de58edc29b39a735c2f2a7673bf16f94f9c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

add_library(widgets_customviewstyle_snippets OBJECT
    ../customstyle/customstyle.h
    ../customstyle/customstyle.cpp
    customviewstyle.cpp
)

target_link_libraries(widgets_customviewstyle_snippets PRIVATE
    Qt::Core
    Qt::Gui
    Qt::Widgets
)

set_target_properties(widgets_customviewstyle_snippets PROPERTIES UNITY_BUILD OFF)