diff options
author | Alexandru Croitor <[email protected]> | 2025-04-03 10:27:46 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2025-04-07 18:31:45 +0200 |
commit | cff02c18526289915e867a71b95ced3f0734f7b9 (patch) | |
tree | 9d667657e7cdea82d23694c7f8bbde561ff3d9dd /examples/quick | |
parent | 1821488356dfb4a4ad58d41daa381eb1d5c8ed75 (diff) |
CMake: Use qt_internal_add_example for advancedtext
Because it's an example project, not a subdir project that adds other
example projects.
Amends 0b23a68fabf6bfcb03d04db7119c2985d7b5d84d
Pick-to: 6.8 6.9
Change-Id: Iaaab440d1b6e75d89f0948083e275b2d7e7009ef
Reviewed-by: Alexey Edelev <[email protected]>
Diffstat (limited to 'examples/quick')
-rw-r--r-- | examples/quick/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/CMakeLists.txt b/examples/quick/CMakeLists.txt index 1ae6bf111d..0f2d66e004 100644 --- a/examples/quick/CMakeLists.txt +++ b/examples/quick/CMakeLists.txt @@ -36,7 +36,7 @@ if(TARGET Qt6::QuickWidgets AND TARGET Qt6::Widgets AND (QT_FEATURE_opengl OR QT add_subdirectory(quickwidgets) endif() add_subdirectory(quickshapes) -add_subdirectory(advancedtext) +qt_internal_add_example(advancedtext) qt_internal_add_example(vectorimage) # qt_examples_build_end() misses at least some of these due to some |