I don’t know what “in QT” means (cmake-gui? - I have like 0 experience with that) but what you’re doing with CMake looks like just building. The files are somewhere in the build tree but typically you should install the project to get nice standard layout and all the find_package
stuff from other projects working.
Build trees are not meant to be used by other projects.