QtMultimediaConfigcmake does not exist?
Moved
Solved
General and Desktop
-
@hilod said in QtMultimediaConfigcmake does not exist?:
I wish the IDE would just remind me to install the module!
You use CMake to detect and notify users of this kind of things.
Here is one way to do this for an optional package.
if (NOT ${Qt6Multimedia_FOUND}) message("WW Missing QtMultimedia libs, not building ${PROJECT_NAME}") endif ()