summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/graphicsview/CMakeLists.txt
blob: 00e18430b87479e7c529708fef86a0ef493a9551 (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 GPL-3.0-only WITH Qt-GPL-exception-1.0

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
)