Change paintedwindow example to be a manual test

Pick-to: 6.5
Change-Id: I25a0f491f824c43fc75ba6358518133ede09adcd
Reviewed-by: Christian Strømme <christian.stromme@qt.io>
This commit is contained in:
Laszlo Agocs 2023-03-22 17:04:18 +01:00
parent 3b015718b0
commit 9daf2744b2
7 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
qt_internal_add_example(paintedwindow)
qt_internal_add_example(openglwindow)
if(TARGET Qt6::Widgets)
qt_internal_add_example(contextinfo)

View File

@ -1,7 +1,6 @@
TEMPLATE = subdirs
SUBDIRS = paintedwindow \
openglwindow
SUBDIRS = openglwindow
qtHaveModule(widgets) {
SUBDIRS += contextinfo \