Re: [Qbs] Construction project.buildDirectory

2020-05-15 Thread Карелин Павел
Richard, Christian, hello. I am in the process of moving from Ubuntu 14.04 to Ubuntu 20.04. I got the opportunity to use QtC 4.11.2 and check your fix: access to project parameters through the prefix 'project'. Everything works as expected, thanks for the fix. -- BR, Pavel Karelin

Re: [Qbs] Construction project.buildDirectory

2020-02-06 Thread Карелин Павел
Richard, Christian, thanks for the information. How will I have the opportunity to upgrade to the new version of QtC - I will  look at this fix -- BR, Pavel Karelin 06.02.2020 18:44, Christian Kandeler пишет: On Thu, 6 Feb 2020 16:08:42 +0100 Richard Weickelt wrote: sorry for breaking

Re: [Qbs] Construction project.buildDirectory

2020-02-06 Thread Christian Kandeler
On Thu, 6 Feb 2020 16:08:42 +0100 Richard Weickelt wrote: > > sorry for breaking this. The issue has been fixed by > > https://codereview.qt-project.org/c/qbs/qbs/+/289271 and the fix will be in > > Qt Creator 4.11.1 which is about to be released this week. You may try > >

Re: [Qbs] Construction project.buildDirectory

2020-02-06 Thread Richard Weickelt
> sorry for breaking this. The issue has been fixed by > https://codereview.qt-project.org/c/qbs/qbs/+/289271 and the fix will be in > Qt Creator 4.11.1 which is about to be released this week. You may try > http://download.qt.io/snapshots/qtcreator/4.11/4.11.1/187/ or just wait for > the official

Re: [Qbs] Construction project.buildDirectory

2020-02-05 Thread Richard Weickelt
Hello Pavel, >> Some code has been moved around to fix a different problem with >> Project-level probes, so this appears to be a side effect of that. >> However, you can just leave off the "project.", and it will work both >> with 1.15 and 1.14. > Yes, i did so. But I wanted to find out if the

Re: [Qbs] Construction project.buildDirectory

2019-12-19 Thread Карелин Павел
19.12.2019 16:46, Christian Kandeler пишет: On Thu, 19 Dec 2019 16:35:22 +0300 Карелин Павел wrote: My colleague decided to try QtCreator 4.11 (QBS 1.15), and faced a problem. At this project the QtCreator 4.11 issues a mistake: import qbs Project {     minimumQbsVersion: "1.12.0"    

Re: [Qbs] Construction project.buildDirectory

2019-12-19 Thread Christian Kandeler
On Thu, 19 Dec 2019 16:35:22 +0300 Карелин Павел wrote: > My colleague decided to try QtCreator 4.11 (QBS 1.15), and faced a problem. > At this project the QtCreator 4.11 issues a mistake: > > import qbs > Project { >     minimumQbsVersion: "1.12.0" > >     Probe { >     id:

[Qbs] Construction project.buildDirectory

2019-12-19 Thread Карелин Павел
Hello My colleague decided to try QtCreator 4.11 (QBS 1.15), and faced a problem. At this project the QtCreator 4.11 issues a mistake: import qbs Project {     minimumQbsVersion: "1.12.0"     Probe {     id: projectProbe     readonly property string projectBuildDirectory: