[Qt-creator] How to put custom build steps into Git?

Tobias Hunger tobias.hunger at gmail.com
Sat Jul 7 08:19:50 CEST 2018


On Fri, Jul 6, 2018, 08:02 Guenter Schwann via Qt-creator <
qt-creator at qt-project.org> wrote:

> Can you make use of the .pro.shared file for that?
> http://doc.qt.io/qtcreator/creator-sharing-project-settings.html


Good idea, but that will only work if you can make sure every developer has
the same kits. The only way to do that is with the SDK tool, since there is
no way to force the Kit's ID via the UI. They use UUIDs...

So if you can make sure every developer as his environment set up by an
installer running sdktool for them and that nobody will ever use self-made
kits, then you can use shared settings. Otherwise you can't.

Best regards,
Tobias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20180707/6ed352d6/attachment.html>


More information about the Qt-creator mailing list