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:
parent
3b015718b0
commit
9daf2744b2
@ -1,7 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
qt_internal_add_example(paintedwindow)
|
|
||||||
qt_internal_add_example(openglwindow)
|
qt_internal_add_example(openglwindow)
|
||||||
if(TARGET Qt6::Widgets)
|
if(TARGET Qt6::Widgets)
|
||||||
qt_internal_add_example(contextinfo)
|
qt_internal_add_example(contextinfo)
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
|
|
||||||
SUBDIRS = paintedwindow \
|
SUBDIRS = openglwindow
|
||||||
openglwindow
|
|
||||||
|
|
||||||
qtHaveModule(widgets) {
|
qtHaveModule(widgets) {
|
||||||
SUBDIRS += contextinfo \
|
SUBDIRS += contextinfo \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user