Qt 6.11 is out! See what's new in the release
blog
Variables in pro file.
-
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?
-
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?