diff options
author | Tim Blechmann <[email protected]> | 2025-07-02 14:59:05 +0800 |
---|---|---|
committer | Tim Blechmann <[email protected]> | 2025-07-10 11:35:08 +0800 |
commit | 4985e06e53ffbf922e7af96058f0e028f5ffbd17 (patch) | |
tree | 4a51127bad00cd06af431138ac11cb4bb4c8be3c | |
parent | 931d634c469babe7835d8486cafc4bfe17bcb21f (diff) |
The manual test svg was renamed, which breaks builds with manual tests
enabled.
Amends 7b44231f33959a40684aebefcf6473a5339ef445
Pick-to: 6.10
Change-Id: Ib03e4036718c49297e88ab35c43aa411963a41a1
Reviewed-by: Eirik Aavitsland <[email protected]>
-rw-r--r-- | tests/manual/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt index 95845fea8e..2b1d5e105c 100644 --- a/tests/manual/CMakeLists.txt +++ b/tests/manual/CMakeLists.txt @@ -33,6 +33,6 @@ add_subdirectory(maskedmousearea) add_subdirectory(windowembedding) if(TARGET Qt::QuickVectorImage) add_subdirectory(quickvectorimage) - add_subdirectory(svg) + add_subdirectory(vectorimagetest) endif() add_subdirectory(e2e) |