[Qt-creator] Disable shadow build permanently for a project.

Orgad Shaneh orgads at gmail.com
Tue Sep 24 10:58:28 CEST 2013


On Tue, Sep 24, 2013 at 4:14 AM, Joseph Crowell
<joseph.w.crowell at gmail.com>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
> Qt-creator at qt-project.org
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20130924/df376a35/attachment.html>


More information about the Qt-creator mailing list