@SGaist Please excuse my horrible grammar and form of the post. I am sure that dropping qmake_paths will work; however, it took a very long time to process until the final error, but my question was about the qt3d product that was formed: It looks complete and good. Stop! The Linux qt3d install finally worked! Here is what I used:
export PATH=/home/bob/Qt/Tools/bin:/home/bob/Qt/Tools/Conan:/home/bob/Qt/Tools/Ninja:$PATH
cd /home/bob/Qt/Conan3D
source /home/bob/vulkan/1.2.170.0/setup-env.sh
conan install qt3d/6.0.1@qt/final --build=missing --profile=/home/bob/Qt/Tools/Conan/profiles/'''qt-6.0.2-gcc-x86_64''' -s build_type=Release -g cmake_paths -g=cmake -g deploy -g=qmake
To remove the conan locks I had to use:
/home/bob/Qt/Tools/Conan/conan remove -l
As to the Win 10 qt3d, the following lines of the Linux install make me believe that I need to redo it:
qt3d/6.0.1@qt/final: Package 'a39b4915813a92b93e8b0ff2f505771141766338' created
qt3d/6.0.1@qt/final: Created package revision 780334a95b0b0590268c0f5957052806
Generator txt created conanbuildinfo.txt
Generator cmake_paths created conan_paths.cmake
Generator qmake created conanbuildinfo.pri
Generator deploy created deploy_manifest.txt
Generator cmake created conanbuildinfo.cmake
qt3d/6.0.1@qt/final deploy(): Copied 814 '.h' files
qt3d/6.0.1@qt/final deploy(): Copied 27 '.prl' files
qt3d/6.0.1@qt/final deploy(): Copied 288 files
qt3d/6.0.1@qt/final deploy(): Copied 13 '.json' files
qt3d/6.0.1@qt/final deploy(): Copied 9 '.o' files
qt3d/6.0.1@qt/final deploy(): Copied 176 '.cmake' files
qt3d/6.0.1@qt/final deploy(): Copied 12 '.1' files
qt3d/6.0.1@qt/final deploy(): Copied 39 '.pri' files
qt3d/6.0.1@qt/final deploy(): Copied 12 '.so' files
qt3d/6.0.1@qt/final deploy(): Copied 8 '.qmltypes' files
qt3d/6.0.1@qt/final deploy(): Copied 15 '.a' files
qt3d/6.0.1@qt/final deploy(): Copied 12 '.6' files
qt3d/6.0.1@qt/final deploy(): Copied 12 '.debug' files
qt3d/6.0.1@qt/final deploy(): Copied 2 '.txt' files: conaninfo.txt, conanmanifest.txt
Thanks for all your help, I am sure I will have more questions as I try writting qt3d programs.