Qt5.15 Project with subdirectories in CMake
I am still a newb in CMake trying to get the hang of things. I am trying to build my Qt application using CMake it works fine when the CMakeLists.txt and the project files are in the same directory, but as soon as I split everything into subdirectories it doesn’t seem to work.