diff options
| author | Alexandru Croitor <alexandru.croitor@qt.io> | 2021-12-14 17:43:57 +0100 |
|---|---|---|
| committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2021-12-16 18:28:29 +0100 |
| commit | 2f45a9c2b9f3a136f6933b6faa8e223a634b28a6 (patch) | |
| tree | e4a51a7e7499f45fe55fce7327686f9983064de9 /examples/quick/tutorials/dynamicview | |
| parent | 8c5fdcd4b98a3d1a9af01e6a7393c3267be47c72 (diff) | |
Switch examples to build as isolated sub-builds
Pick-to: 6.2 6.3
Task-number: QTBUG-90820
Change-Id: I7fab73f63a22901ab2d4d4e57b5a25b433100de5
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'examples/quick/tutorials/dynamicview')
| -rw-r--r-- | examples/quick/tutorials/dynamicview/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/quick/tutorials/dynamicview/CMakeLists.txt b/examples/quick/tutorials/dynamicview/CMakeLists.txt index 815b9f5a74..38f8e7907b 100644 --- a/examples/quick/tutorials/dynamicview/CMakeLists.txt +++ b/examples/quick/tutorials/dynamicview/CMakeLists.txt @@ -1,4 +1,4 @@ -add_subdirectory(dynamicview1) -add_subdirectory(dynamicview2) -add_subdirectory(dynamicview3) -add_subdirectory(dynamicview4) +qt_internal_add_example(dynamicview1) +qt_internal_add_example(dynamicview2) +qt_internal_add_example(dynamicview3) +qt_internal_add_example(dynamicview4) |
