Shadow build is a practical method to build a source tree from different folders without spoiling the source folder with build artifacts. If properly used all qmake builds support this option.
This patch fixes issues that blocked shadow build to complete successfully for UGENE.
How to use shadow build
1) Clone UGENE sources to './ugene'
2) Create folder "./ugene-build"
3) From "./ugene-build" run "qmake ../ugene && make"
Shadow build is a practical method to build a source tree from different folders without spoiling the source folder with build artifacts. If properly used all qmake builds support this option.
This patch fixes issues that blocked shadow build to complete successfully for UGENE.
How to use shadow build 1) Clone UGENE sources to './ugene' 2) Create folder "./ugene-build" 3) From "./ugene-build" run "qmake ../ugene && make"