diff options
author | Leander Beernaert <[email protected]> | 2019-09-19 12:11:21 +0200 |
---|---|---|
committer | Leander Beernaert <[email protected]> | 2019-09-20 08:38:06 +0000 |
commit | bf58a1cc043c72c6df97b4c00ce7f90c83237f69 (patch) | |
tree | e2819b6a4ac59378d1a3d1ed60893180ca809447 /examples/quick/animation | |
parent | 5cd3d5ee584db5caacbfdd4d90e5b5c0306e77af (diff) |
Update Examples with lowercase qt6_add_resources()
Re-run pro2cmake on all exampls.
Change-Id: Iafd1092beff023b407a8f29c2a5b651f2e534b75
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'examples/quick/animation')
-rw-r--r-- | examples/quick/animation/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/animation/CMakeLists.txt b/examples/quick/animation/CMakeLists.txt index c4e6d4a3d0..f734d25e65 100644 --- a/examples/quick/animation/CMakeLists.txt +++ b/examples/quick/animation/CMakeLists.txt @@ -90,7 +90,7 @@ set(shared_resource_files "images/tab.png" ) -QT6_ADD_RESOURCES(animation "shared" +qt6_add_resources(animation "shared" PREFIX "/shared" BASE @@ -120,7 +120,7 @@ set(animation_resource_files "states/transitions.qml" ) -QT6_ADD_RESOURCES(animation "animation" +qt6_add_resources(animation "animation" PREFIX "/animation" FILES |