How to disable shadow build in new Qt Creator?
-
wrote on 5 Jan 2013, 03:29 last edited by
I recently switched to Qt 5 with Qt Creator 2.6. Everything is nice except the doc(which is not what I'm concerned now).
The problem is the shadow build option, which appeared in the setup for project wizard is now missing.
Before this version, when I uncheck the shadow build option, it would remember it and kept it unchecked for the next project. But it cannot do that now.
Any suggestions?
-
wrote on 5 Jan 2013, 08:51 last edited by
Just specify your project directory as your build directory.
-
wrote on 5 Jan 2013, 09:42 last edited by
The version after 2.6 has an option to set the default build directory. Setting that to '.' will effectively disable shadow building for all projects created from that moment on.
-
wrote on 5 Jan 2013, 10:43 last edited by
It bugs me already for a while, is there a method to redirect the shadow builds permanently?
At the moment the shadow build directory will be on the same base directory as the associated project directory. I would like to see that the base directory of the shadow builds at a place somewhere else (e.g. a temp directory)? -
wrote on 5 Jan 2013, 13:23 last edited by
[quote author="Tobias Hunger" date="1357378976"]The version after 2.6 has an option to set the default build directory. Setting that to '.' will effectively disable shadow building for all projects created from that moment on.[/quote]
What exactly is that I need to configure? Actually I looked for it everywhere, but without success.
-
wrote on 5 Jan 2013, 14:20 last edited by
This change was commited to the master branch, which will eventually become 2.7.0.
So in 2.6.x that can not be done, sorry.
-
wrote on 5 Jan 2013, 14:31 last edited by
[quote author="Tobias Hunger" date="1357395627"]This change was commited to the master branch, which will eventually become 2.7.0.
So in 2.6.x that can not be done, sorry.[/quote]
Fine, I can just wait. But really nice to hear that~
Thank you~
-
wrote on 5 Jan 2013, 14:34 last edited by
You can always "grab nightly builds":http://builds.qt-project.org/ or build directly from git if you are curious;-) We do appreciate people testing the master branch.
Since most people in our office tend to use master builds they are rather stable most of the time, but bugs do -- of course -- happen in a master branch.
7/8