> On Sep 28, 2016, at 6:04 AM, Sanchez, Jack <[email protected]> > wrote: > > Hi all, > > I have been looking into sharing specific build and run configurations with > my team agnostic of the kit. I have found the documentation which suggests > this is possible, but also seems to hint that this is for sharing across > personal projects rather than in a team environment. There are also many > stackoverflow, et. al., posts which ask the same question with no response > other than a pointer to the same Qt documentation I've already read. > > This is a fairly common need and it seems unlikely to me that Qt Creator does > not support this. > > Is there a way to build a kit which generates a common GUID and/or assigning > the GUID to a user's kit (git-hooks and scripts?) in order to trick the > system into reading these shared settings?
Afaik you can use sdktool (located in Qt Creator’s libexec dir, i.e. libexec/ on Linux, bin/ on Windows, Resources/ on macOS) to register a Kit with a specific id. This will appear as “auto-detected”, and is also used by the Qt installers to register kits with pre-set Qt versions. > > Any help is appreciated! > > -- > Jack Sanchez > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin [email protected] http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
