ugeneunipro / ugene-old

UGENE is free open-source cross-platform bioinformatics software
http://ugene.net
GNU General Public License v2.0
5 stars 1 forks source link

Fixing shadow build errors with qmake #9

Closed mfursov closed 8 years ago

mfursov commented 8 years ago

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"