I am porting a project created using cmake files CMakeLists.txt. The existing file has a number of variables which I am trying to reproduce in the pro file:
Are they're equivalents to CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR ?
Also...is there a way to set the binary output folder in the pro file?