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

add_library(widgets_graphicsview_snippets OBJECT
    graphicsview.cpp
)

target_link_libraries(widgets_graphicsview_snippets PRIVATE
    Qt::Core
    Qt::Gui
    Qt::Widgets
    Qt::OpenGL
    Qt::OpenGLWidgets
    Qt::PrintSupport
)