Hi,
If you use wwWidgets, you just need to build wwWidgets, put CONFIG+=wwwidgets in your .pro file, and you're ready to go.

I'd like to do the same for libraries that I often use, like QExtSerialport and QJson, and later on for a library of my own. I've read about "Adding New Configuration Features" in the qmake manual.

Now I seek advice about :
- when I build my output, where should the output go (the binaries). Not just anywhere among the Qt binaries I suppose.
- should I copy an include file for my stuff, or just have the user include the 'include' directory of my project ?
- what to put in this .prf file ?
- where to put this .prf file ?

Any help would be appreciated. An example project for dummies even more

Best regards,
Marc