qtdeclarative/examples/quick
Eskil Abrahamsen Blomfeldt 35f6faf56e Use new qt_target_qml_from_svg() function for examples
This updates weatherforecast and vectorimage examples to
use the automatic svgtoqml build steps instead of manual
conversion.

Removes .pro file for weatherforecast. This is a new
example after the move to CMake and it should have
never had a .pro file to begin with. We aren't going
to implement the svgtoqml build step with qmake, so we
can't keep this working.

Task-number: QTBUG-128915
Change-Id: I2e2506316d4fc8fb35c227309f50e0c92f2a0e38
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2025-08-21 12:55:54 +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 Rename flexboxlayout example directory in consistent with others 2025-08-15 11:24:29 +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 Use new qt_target_qml_from_svg() function for examples 2025-08-21 12:55:54 +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: Use qt_internal_add_example for advancedtext 2025-04-07 18:31:45 +02:00
quick.pro