mirror of https://github.com/qt/qt3d.git
Disable the audio visualizer example for now
It requires Qt Multimedia, but as that API has changed significantly, the example won't currently compile. Change-Id: Ic64ec8382b6a3dc778b1a9e2d6ff95a200fe8415 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
ca4a251a20
commit
c143cb02ba
|
@ -19,7 +19,7 @@ set(QT_USE_FIXED_QT_ADD_RESOURCE_BASE TRUE)
|
|||
|
||||
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core)
|
||||
find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS
|
||||
Concurrent Widgets Qml Quick Gamepad OpenGL ShaderTools)
|
||||
Concurrent Widgets Qml Quick Gamepad OpenGL ShaderTools Multimedia)
|
||||
# special case end
|
||||
|
||||
if(NOT TARGET Qt::Gui)
|
||||
|
|
|
@ -32,5 +32,5 @@ if(TARGET Qt::Quick)
|
|||
# add_subdirectory(wireframe)
|
||||
endif()
|
||||
if(TARGET Qt::Multimedia AND TARGET Qt::Quick)
|
||||
add_subdirectory(audio-visualizer-qml)
|
||||
# add_subdirectory(audio-visualizer-qml)
|
||||
endif()
|
||||
|
|
|
@ -17,7 +17,7 @@ qtHaveModule(widgets) {
|
|||
|
||||
qtHaveModule(quick) {
|
||||
qtHaveModule(multimedia) {
|
||||
SUBDIRS += audio-visualizer-qml
|
||||
# SUBDIRS += audio-visualizer-qml
|
||||
}
|
||||
|
||||
SUBDIRS += \
|
||||
|
|
Loading…
Reference in New Issue