Is possible set output directory in pro?
Unsolved
General and Desktop
-
Outputs are in build directories like
d:\wazne\github_mytemp\qteditor_tmp\build-qedytor-Desktop_Qt_5_12_0_MinGW_64_bit-Release\release
or
d:\wazne\github_mytemp\qteditor_tmp\build-qedytor-Desktop_Qt_5_12_0_MinGW_64_bit-Debug\I have project using library, library has also .pro
file .a is generated in build-libname-Desktop_Qt_5_12_0_MinGW_64_bit-Debug whereas :- I don't want "5_12_0" wheras anybody can other version of Qt
- I prefer settings in .pro, not .user because I want not to save .user file in git on github.
Intermediate files may be in standard build directory, but .a I want create or even copy to other destination place.
-
yes, but I don't remember the Qt macros to do it.
-