Re: [Qt-creator] How to keep ".." in default build directory

2016-06-08 Thread Prav

> If you're saying "But unfortunately QtC replaces ".." with full folder
> name", do you mean it get replaced in the build directory in the 
> project's Build settings (not in the line edit "default build directory"
> in the options)?
You right. I mean it is replaced in project settings.
I did not even thought that this can be understood as changes in the Options 
line itself (where is not clear what should replace "..")


> Why would that be a problem?
Because if I move project to another folder I need to change build folders for 
all Qt versions and build-types in project settings
(which currently mean 12 string replacements).


It is so strange for me that QtC supports relative folders buts does not allow 
me to use them and
forces me to use full folders names.

Probably someone will say that he/she likes absolute build-folder name and it 
is fine for him/her ...
but why it is imposible to turn this folders absolutization off, if not 
needed/useless/unconfortable?


I would say it would be nice if this can be done with some flag in options
or
at least special treatment of string ...
for example if I set " in both sides of string ... like:
"..\Build\%{CurrentKit:FileSystemName}\%{CurrentBuild:Name}"

would mean that in project setting I would get something like
..\Build\5_7_0_dynamic\Debug

and not
D:\Devices\SerialPort\Switcher\InitializationTest\Test04\Build\5_7_0_static\Debug

___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] How to keep ".." in default build directory

2016-06-08 Thread Joerg Bornemann

On 08/06/2016 00:08, Prav wrote:


But unfortunately QtC replaces ".." with full folder name (wonder why there is 
this obtrusive service ... but never mind).

This doesn't happen for me. Which version are you using?



May be this does not happed for you because you work not in Windows?


No, does not happen for me on Windows nor on Linux.
Maybe I misunderstood what the issue actually is. Please try to rephrase 
the problem.


If you're saying "But unfortunately QtC replaces ".." with full folder 
name", do you mean it get replaced in the build directory in the 
project's Build settings (not in the line edit "default build directory" 
in the options)?

Why would that be a problem?


BR,

Joerg
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] How to keep ".." in default build directory

2016-06-07 Thread Prav
Hi, Joerg!

>> But unfortunately QtC replaces ".." with full folder name (wonder why there 
>> is this obtrusive service ... but never mind).
> This doesn't happen for me. Which version are you using?
May be this does not happed for you because you work not in Windows?

In every version I used I saw this. Currently I am using 3.6.1. Clang in 4.0.0 
is unswitchable and it crashes all the time.
So 3.6.1 for now.


___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] How to keep ".." in default build directory

2016-06-06 Thread Joerg Bornemann

On 02/06/2016 21:26, Prav wrote:


I want the "Default Build Directory" for new projects to be 
"..\Build\%{CurrentBuild:Name}"

By "Default Build Directory" I mean parameter in Options -> Build & Run -> 
General.

But unfortunately QtC replaces ".." with full folder name (wonder why there is 
this obtrusive service ... but never mind).
This forces me to put ".." back and delete full folder name in the begining.
For EVERY QtKit and EVERY Build-type! I am tied of this same task.


This doesn't happen for me. Which version are you using?


BR,

Joerg
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


[Qt-creator] How to keep ".." in default build directory

2016-06-02 Thread Prav
I want the "Default Build Directory" for new projects to be 
"..\Build\%{CurrentBuild:Name}"

By "Default Build Directory" I mean parameter in Options -> Build & Run -> 
General.

But unfortunately QtC replaces ".." with full folder name (wonder why there is 
this obtrusive service ... but never mind).
This forces me to put ".." back and delete full folder name in the begining.
For EVERY QtKit and EVERY Build-type! I am tied of this same task.


Is there a way/trick to somehow keep ".." inside Default Build Directory?


Thanks in advance!

___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator