qtdeclarative/examples/quick
Alexandru Croitor 1e5a63f7a3 CMake: Guard examples that use Svg in a qt build without Svg
Otherwise one gets errors like the following in standalone examples
build:
  CMake Error at tools/svgtoqml/Qt6SvgToQmlMacros.cmake:65
    (add_custom_command):
  Error evaluating generator expression:
    $
    No target "Qt6::svgtoqml"

Because the examples now use the new qt_target_qml_from_svg()
function, which will try to reference a non-existent svgtoqml tool
target.

Change-Id: I16b10c4fa31bd73d0d95bbad371cde54f17c236a
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
2025-09-16 09:03:29 +02:00
..
advancedtext Introduce example that shows advanced text features 2024-08-29 01:35:26 +02:00
animation Docs: Update the published QML code to reflect current best practices 2025-01-24 09:19:13 +02:00
canvas Examples: Disable QtC junction points for examples using 'shared' directory 2024-09-27 14:00:08 +02:00
customitems Docs: Update the published QML code to reflect current best practices 2025-01-24 09:19:13 +02:00
draganddrop Examples: Disable QtC junction points for examples using 'shared' directory 2024-09-27 14:00:08 +02:00
embeddedinwidgets examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
flexboxlayout Build flexboxlayout example when building examples 2025-09-05 18:38:17 +02:00
imageelements Examples: Disable QtC junction points for examples using 'shared' directory 2024-09-27 14:00:08 +02:00
imageprovider examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
imageresponseprovider examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
itemvariablerefreshrate examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
keyinteraction examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
layouts Add Expanding size policy to some controls and items 2024-07-17 15:21:35 +00:00
localstorage examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
models Introduce threadedsonglist example 2025-05-02 20:32:28 +03:00
mousearea examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
multieffect Add RectangularShadow element 2024-11-09 16:41:37 +02:00
particles Examples: Disable QtC junction points for examples using 'shared' directory 2024-09-27 14:00:08 +02:00
pointerhandlers Examples: Disable QtC junction points for examples using 'shared' directory 2024-09-27 14:00:08 +02:00
positioners Examples: Disable QtC junction points for examples using 'shared' directory 2024-09-27 14:00:08 +02:00
quick-accessibility examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
quickshapes CMake: Guard examples that use Svg in a qt build without Svg 2025-09-16 09:03:29 +02:00
quickwidgets QML Previewer Example: add QQuickWidget 2024-10-31 11:49:55 +01:00
rendercontrol CMake: Fix examples built as external projects 2025-01-31 17:11:34 +01:00
responsivelayouts Improve the responsive layouts example 2024-10-02 16:58:14 +02:00
scenegraph graph example: use qt_add_shaders with CMake 2025-08-05 13:35:20 +02:00
shadereffects examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
shared CMake: Add deployment API to our examples 2024-03-27 18:57:34 +01:00
tableview examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
text Examples: Disable QtC junction points for examples using 'shared' directory 2024-09-27 14:00:08 +02:00
tutorials examples: Consistently require Qt 6.8 2024-07-03 08:43:43 +02:00
vectorimage Use new qt_target_qml_from_svg() function for examples 2025-08-21 12:55:54 +02:00
views Examples: Disable QtC junction points for examples using 'shared' directory 2024-09-27 14:00:08 +02:00
window Examples: Disable QtC junction points for examples using 'shared' directory 2024-09-27 14:00:08 +02:00
CMakeLists.txt CMake: Guard examples that use Svg in a qt build without Svg 2025-09-16 09:03:29 +02:00
quick.pro Build flexboxlayout example when building examples 2025-09-05 18:38:17 +02:00