How can I maintain several configurations using only one source tree?

This can be done by using shadow builds. Start with a clean Qt source directory. Create a folder for your custom configuration, and call configure from this directory using

  1. ../path/to/qtdir/configure -prefix $PWD <other options here>

This will allow you to maintain several configurations for one source.

No comments

Write a comment

Sorry, you must be logged in to post a comment.