Move windowcontainer example to manual test
Pick-to: 6.5 6.6 Change-Id: I68b866bcc2659b90aad2c10dc06240674bf4a826 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
This commit is contained in:
parent
993cbef7f4
commit
cd7995de57
@ -26,6 +26,3 @@ endif()
|
||||
if(QT_FEATURE_cursor)
|
||||
add_subdirectory(mainwindows)
|
||||
endif()
|
||||
if(QT_FEATURE_opengl AND TARGET Qt6::Gui)
|
||||
qt_internal_add_example(windowcontainer)
|
||||
endif()
|
||||
|
@ -21,9 +21,6 @@ SUBDIRS = \
|
||||
tutorials \
|
||||
widgets
|
||||
|
||||
qtHaveModule(gui):qtConfig(opengl): \
|
||||
SUBDIRS += windowcontainer
|
||||
|
||||
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
||||
!qtConfig(draganddrop): SUBDIRS -= draganddrop
|
||||
!qtConfig(animation): SUBDIRS -= animation
|
||||
|
Loading…
Reference in New Issue
Block a user