QtQuickCompiler を初めて使用しようとしたので、Qt のドキュメントを調べました。( https://doc.qt.io/QtQuickCompiler/qquickcompiler-building-with-cmake.html )。しかし、私が電話find_package(Qt6QuickCompiler)
すると、それは私を示しています、
By not providing "FindQt6QuickCompiler.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"Qt6QuickCompiler", but CMake did not find one.
Could not find a package configuration file provided by "Qt6QuickCompiler"
with any of the following names:
Qt6QuickCompilerConfig.cmake
qt6quickcompiler-config.cmake
Add the installation prefix of "Qt6QuickCompiler" to CMAKE_PREFIX_PATH or
set "Qt6QuickCompiler_DIR" to a directory containing one of the above
files. If "Qt6QuickCompiler" provides a separate development package or
SDK, be sure it has been installed.
この後、Qt ディレクトリを検索しましたが、見つかりませんでした。Qt6の時点でQtQuickCompilerはありませんか? または、私は何を間違っていますか?