[Qt-creator] It would be cool if.. output folder

2016-06-08 Thread Jason H
When building there was an option to open the output folder. 
I think under Build Android Apk, a checkbox or button when it is built that 
opened the folder in explorer/finder
___
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 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