From 8b9fd760af1fa4771532ee526e2faa5de588b00d Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 14 Dec 2021 18:00:34 +0100 Subject: Switch examples to build as isolated sub-builds Task-number: QTBUG-90820 Change-Id: I7b3fe87c4dc9b3ed71c97598d07c592c7e707db8 Reviewed-by: Alexey Edelev (cherry picked from commit 11d810823522c9d850e1db96c0027f7ba50e89d6) Reviewed-by: Qt Cherry-pick Bot --- examples/multimedia/CMakeLists.txt | 16 ++++++++-------- examples/multimedia/video/CMakeLists.txt | 6 +++--- examples/multimediawidgets/CMakeLists.txt | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'examples') diff --git a/examples/multimedia/CMakeLists.txt b/examples/multimedia/CMakeLists.txt index 3ae1d06e9..40c83308e 100644 --- a/examples/multimedia/CMakeLists.txt +++ b/examples/multimedia/CMakeLists.txt @@ -1,19 +1,19 @@ # Generated from multimedia.pro. -add_subdirectory(audiodecoder) +qt_internal_add_example(audiodecoder) if(NOT ANDROID AND NOT IOS) - add_subdirectory(devices) + qt_internal_add_example(devices) endif() if(TARGET Qt::Widgets) - add_subdirectory(spectrum) - add_subdirectory(audiorecorder) + qt_internal_add_example(spectrum) + qt_internal_add_example(audiorecorder) if(NOT ANDROID AND NOT IOS) - add_subdirectory(audiodevices) + qt_internal_add_example(audiodevices) endif() - add_subdirectory(audiosource) - add_subdirectory(audiooutput) + qt_internal_add_example(audiosource) + qt_internal_add_example(audiooutput) endif() if(TARGET Qt::Quick) - add_subdirectory(declarative-camera) + qt_internal_add_example(declarative-camera) add_subdirectory(video) endif() diff --git a/examples/multimedia/video/CMakeLists.txt b/examples/multimedia/video/CMakeLists.txt index f8fc28144..ced1ad737 100644 --- a/examples/multimedia/video/CMakeLists.txt +++ b/examples/multimedia/video/CMakeLists.txt @@ -1,9 +1,9 @@ # Generated from video.pro. -add_subdirectory(qmlvideo) +qt_internal_add_example(qmlvideo) if(TARGET Qt::QuickControls2) if(TARGET Qt::Svg) - add_subdirectory(mediaplayer) + qt_internal_add_example(mediaplayer) endif() - add_subdirectory(recorder) + qt_internal_add_example(recorder) endif() diff --git a/examples/multimediawidgets/CMakeLists.txt b/examples/multimediawidgets/CMakeLists.txt index 64ee051d8..b7f0230cb 100644 --- a/examples/multimediawidgets/CMakeLists.txt +++ b/examples/multimediawidgets/CMakeLists.txt @@ -1,8 +1,8 @@ # Generated from multimediawidgets.pro. if(TARGET Qt::Widgets) - add_subdirectory(camera) - add_subdirectory(videographicsitem) - add_subdirectory(videowidget) - add_subdirectory(player) + qt_internal_add_example(camera) + qt_internal_add_example(videographicsitem) + qt_internal_add_example(videowidget) + qt_internal_add_example(player) endif() -- cgit v1.2.3