I'm trying to build some projects with QtCreator.
And there's a lot of code in common between the two .pro files.
Is there any mean to make the two .pro files call another unique .pro file that contains the common informations ?
Yes, see docs. You can just write:
include(otherproject.pro)
And not duplicating code is always a good idea.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With