Qt 6.11 is out! See what's new in the release
blog
CMake defined Compile Path & QtCreator default Compile Path
-
Hi,
In my Qt- CMake project, I have defined my own out paths with:set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${OUT_PATH}/${MySUBPATH})but QtCreator set its own compile paths too, they are like:
build-cardea-Qt_5_15_2_gcc_64-DefaultIs there a enviroment variable that contains the "build-cardea-Qt_5_15_2_gcc_64-Default" directory? If there is, could I use it to define my CMAKE_RUNTIME_OUTPUT_DIRECTORY?
If my assumptions are false, How could do, to have all compilation results on the same directory?
Thanks in advance
-
I don't see what CMAKE_RUNTIME_OUTPUT_DIRECTORY has to do with the build directory. You can't set this in any way.