On Tue, Sep 24, 2013 at 4:14 AM, Joseph Crowell
<[email protected]>wrote:

> Is there a config that can be added to the .pro file or something that
> can be uploaded to git which would automatically disable shadow building
> on fresh clones of a project? I have a project with data files in the
> run folder and a version tool which runs on each compile to generate a
> version header. Both of these things break when using shadow builds. In
> cases like this it would be nice to be able to disable shadow build on a
> project level. I don't think I am the only Qt Creator user that would
> like this. It would eliminate a bit of instruction from our wiki as well.
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>

You can create a project.pro.shared file and add it to the repository.

Just copy a clean pro.user file to pro.shared and remove the environmentId
value.

Notice you must have the same kits configured on all the machines that use
it.

See the 
docs<https://qt-project.org/doc/qtcreator-2.8/creator-sharing-project-settings.html>for
more info.

- Orgad
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to