Open bretttolbert opened 7 months ago
@bretttolbert https://stackoverflow.com/questions/77764194/could-not-find-qt6quick-missing-qt6quick-dir Does this help?
If not, most package manager provides tool to search which package a file belongs to. For apt: https://wiki.debian.org/apt-file. Try to install it and run apt-file update && apt-file search Qt6QuickConfig.cmake
to find any clue.
I initially installed
qt6-base-dev
andcmake
. I then got past one error by installingqt6-multimedia-dev
.I cannot figure out how to install the Qt6 "Quick" dependency. I have a
/usr/lib/x86_64-linux-gnu/cmake/Qt6Quick3D/
directory but it's looking for a/usr/lib/x86_64-linux-gnu/cmake/Qt6Quick/
directory, which doesn't exist although I havelibqt6quick6
installed.I have installed
libgl1-mesa-dev libglvnd-dev qt6-quick3d-dev qt6-quick3d-dev-tools libqt6quick6 libqt6quickwidgets6
to no success.