6462a454e3
It is neither documented nor very useful, and it has platform-specific issues as reported over the years. Remove it now as part of the example revamp initiative. Task-number: QTBUG-50278 Task-number: QTBUG-110093 Task-number: QTBUG-76054 Task-number: QTBUG-43209 Pick-to: 6.5 Change-Id: I6dadaf4162b4c19411c544b9f204c19e37aa740d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
19 lines
633 B
CMake
19 lines
633 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
qt_internal_add_example(hellowindow)
|
|
qt_internal_add_example(paintedwindow)
|
|
qt_internal_add_example(openglwindow)
|
|
qt_internal_add_example(qopenglwindow)
|
|
if(TARGET Qt6::Widgets)
|
|
qt_internal_add_example(contextinfo)
|
|
qt_internal_add_example(2dpainting)
|
|
qt_internal_add_example(hellogl2)
|
|
qt_internal_add_example(qopenglwidget)
|
|
qt_internal_add_example(cube)
|
|
qt_internal_add_example(textures)
|
|
qt_internal_add_example(hellogles3)
|
|
qt_internal_add_example(computegles31)
|
|
qt_internal_add_example(stereoqopenglwidget)
|
|
endif()
|