CMake project is not set up properly
The CMake project is currently in a subdirectory, while convention tends to have it in the root of the project. There is additionally a CMakeCache.txt file that appears to have been accidentally committed; incidentally, this is the exact reason that the CMake project and build directory are kept separate.
I don't compile this project with CMake. I use QMake.
Ah.
The original project was CMake-based. but to port it on Qt5 quickly. I add qmake project file. I did not remove cmake stuff.
The original project was CMake-based. but to port it on Qt5 quickly. I add qmake project file. I did not remove cmake stuff.