From 0d9811775fbf82d0630b8725806fe229694e2449 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Thu, 3 Jun 2021 10:56:14 +0200 Subject: Do not compile multimedia example This example needs to be fixed when new multimedia apis are in. Skip example for now since it blocks qt5 integration with new multimedia api. Task-number: QTBUG-94181 Change-Id: I6e993f3340e71020f434bd198cd0b5574f6f7b2d Reviewed-by: Miikka Heikkinen --- examples/charts/CMakeLists.txt | 3 ++- examples/charts/charts.pro | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/charts') diff --git a/examples/charts/CMakeLists.txt b/examples/charts/CMakeLists.txt index 6a6c27da..8cd0211f 100644 --- a/examples/charts/CMakeLists.txt +++ b/examples/charts/CMakeLists.txt @@ -71,7 +71,8 @@ if(TARGET Qt::Quick) add_subdirectory(qmlweather) endif() if(TARGET Qt::Multimedia) - add_subdirectory(audio) + # TODO: this never gets compiled : missing find_pacakge + # add_subdirectory(audio) // QTBUG-94181 endif() if(QT_FEATURE_opengl) add_subdirectory(openglseries) diff --git a/examples/charts/charts.pro b/examples/charts/charts.pro index 785c3cc7..1e60be5a 100644 --- a/examples/charts/charts.pro +++ b/examples/charts/charts.pro @@ -75,7 +75,7 @@ qtHaveModule(quick) { } qtHaveModule(multimedia) { - SUBDIRS += audio + # SUBDIRS += audio // QTBUG-94181 } else { message("QtMultimedia library not available. Some examples are disabled.") } -- cgit v1.2.3