Ciao a tutt*, volevo segnalare questo link,
magari lo conoscete già, ma nel dubbio...
http://delta.affinix.com/qconf/
What is it?
QConf allows you to have a nice configure script for your qmake-based project.
It is intended for developers who don’t need (or want) to use the more complex
GNU autotools.
With qconf/qmake, it is easy to maintain a cross-platform project that uses a
familiar configuration interface on unix.
qconf generates a ‘configure’ script that you can copy into your project (it is the
only file needed). Running the script will perform some checks, create conf.pri,
and run qmake on your .pro file. None of your project files are modified.
