summaryrefslogtreecommitdiffstats
path: root/tests/manual/stereographicsview/CMakeLists.txt
blob: 6e43c660dd83fe55af7ed11eb0bccda5940fde2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## stereographicsview Binary:
#####################################################################

set(CMAKE_AUTOUIC ON)

qt_internal_add_manual_test(stereographicsview
    GUI
    SOURCES
        main.cpp
        mainwindow.cpp
        mainwindow.h
        mainwindow.ui
        mygraphicsview.h
        mygraphicsview.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::OpenGL
        Qt::OpenGLWidgets
        Qt::Widgets
        Qt::WidgetsPrivate
)