Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
Qt Creator 4.13.0
Description
QtCreator 4.13 / cmake 3.18
1) set_property(TARGET myTarget PROPERTY ARCHIVE_OUTPUT_DIRECTORY ${MY_WANTED_OUTPUT_PATH})
The above wont have any effect on the output folder, when building with qt creator.
QTC builds in the folder specified in Projects -> Build directory, and ignores the above command.