diff --git a/examples/quickcontrols2/gallery/CMakeLists.txt b/examples/quickcontrols2/gallery/CMakeLists.txt index 06ddf33351..ecb308c7a8 100644 --- a/examples/quickcontrols2/gallery/CMakeLists.txt +++ b/examples/quickcontrols2/gallery/CMakeLists.txt @@ -32,6 +32,10 @@ target_link_libraries(gallery_controls2 PUBLIC # special case Qt::Gui Qt::Quick Qt::QuickControls2 +# special case begin + # Work around QTBUG-86533 + Qt::QuickTemplates2 +# special case end ) diff --git a/examples/quickcontrols2/wearable/CMakeLists.txt b/examples/quickcontrols2/wearable/CMakeLists.txt index a8aace7a3c..cb5e833ca6 100644 --- a/examples/quickcontrols2/wearable/CMakeLists.txt +++ b/examples/quickcontrols2/wearable/CMakeLists.txt @@ -32,6 +32,10 @@ target_link_libraries(wearable PUBLIC Qt::Gui Qt::Quick Qt::QuickControls2 +# special case begin + # Work around QTBUG-86533 + Qt::QuickTemplates2 +# special case end )