summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/myscrollarea/CMakeLists.txt
blob: dc358f76849397e13b2ef8ba7fa9b4b41956cfc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

add_library(widgets_myscrollarea_snippets OBJECT
    myscrollarea.cpp
)

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