Move windowcontainer example to manual test
Change-Id: I68b866bcc2659b90aad2c10dc06240674bf4a826 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> (cherry picked from commit cd7995de57321854b1da01e07ba49e82520abfe3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
8b8b7467bf
commit
77573a04aa
@ -27,6 +27,3 @@ endif()
|
|||||||
if(QT_FEATURE_cursor)
|
if(QT_FEATURE_cursor)
|
||||||
add_subdirectory(mainwindows)
|
add_subdirectory(mainwindows)
|
||||||
endif()
|
endif()
|
||||||
if(QT_FEATURE_opengl AND TARGET Qt6::Gui)
|
|
||||||
qt_internal_add_example(windowcontainer)
|
|
||||||
endif()
|
|
||||||
|
@ -22,9 +22,6 @@ SUBDIRS = \
|
|||||||
tutorials \
|
tutorials \
|
||||||
widgets
|
widgets
|
||||||
|
|
||||||
qtHaveModule(gui):qtConfig(opengl): \
|
|
||||||
SUBDIRS += windowcontainer
|
|
||||||
|
|
||||||
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
||||||
!qtConfig(draganddrop): SUBDIRS -= draganddrop
|
!qtConfig(draganddrop): SUBDIRS -= draganddrop
|
||||||
!qtConfig(animation): SUBDIRS -= animation
|
!qtConfig(animation): SUBDIRS -= animation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user