Disable quick examples currently breaking top level builds
The add_subdirectory("../shared" "shared") pattern used by these
examples seems to somehow trigger an AUTOMOC-related generation error.
The cause is not currently known, so this change temporarily disables
those tests until a proper fix can be found.
Task-number: QTBUG-96159
Change-Id: I2525b77d0a25c3e3191ae2956857acabc0aedbf5
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
(cherry picked from commit d83c303b95
)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
270a6f9bba
commit
2e04ba2994
|
@ -10,7 +10,7 @@ qt_internal_add_example(keyinteraction)
|
|||
qt_internal_add_example(layouts)
|
||||
add_subdirectory(localstorage)
|
||||
add_subdirectory(models)
|
||||
qt_internal_add_example(views)
|
||||
#qt_internal_add_example(views)
|
||||
add_subdirectory(tableview)
|
||||
qt_internal_add_example(mousearea)
|
||||
qt_internal_add_example(positioners)
|
||||
|
@ -19,12 +19,12 @@ add_subdirectory(scenegraph)
|
|||
qt_internal_add_example(shadereffects)
|
||||
qt_internal_add_example(text)
|
||||
qt_internal_add_example(threading)
|
||||
qt_internal_add_example(touchinteraction)
|
||||
#qt_internal_add_example(touchinteraction)
|
||||
add_subdirectory(tutorials)
|
||||
add_subdirectory(customitems)
|
||||
qt_internal_add_example(imageprovider)
|
||||
qt_internal_add_example(imageresponseprovider)
|
||||
qt_internal_add_example(window)
|
||||
#qt_internal_add_example(window)
|
||||
add_subdirectory(particles)
|
||||
qt_internal_add_example(delegatechooser)
|
||||
qt_internal_add_example(shapes)
|
||||
|
|
Loading…
Reference in New Issue