Re: [Development] Project ERROR: Could not find feature future.

2018-01-04 Thread Oswald Buddenhagen
On Thu, Jan 04, 2018 at 01:40:43PM +0300, Igor Mironchik wrote: > Yes, I did it, it helped. But I have one question: is it possible to > switch branch "automatically" for qt5? > yes, it is, as pointed out on https://wiki.qt.io/Building_Qt_5_from_Git init-repository --branch

Re: [Development] Project ERROR: Could not find feature future.

2018-01-04 Thread André Hartmann
Hi, Am 04.01.2018 um 12:12 schrieb Thiago Macieira: On Thursday, 4 January 2018 08:40:43 -02 Igor Mironchik wrote: Hi, On 04.01.2018 13:00, Thiago Macieira wrote: On Thursday, 4 January 2018 06:35:33 -02 Oswald Buddenhagen wrote: On Thu, Jan 04, 2018 at 09:27:06AM +0300, Igor Mironchik

Re: [Development] Project ERROR: Could not find feature future.

2018-01-04 Thread Igor Mironchik
Yes, I did it, it helped. But I have one question: is it possible to switch branch "automatically" for qt5? I know about git submodule foreach --recursive but it will now help. Not all submodules have dev, 5.10 branches... This is the solution, with ignoring the errors in the modules that

Re: [Development] Project ERROR: Could not find feature future.

2018-01-04 Thread Thiago Macieira
On Thursday, 4 January 2018 08:40:43 -02 Igor Mironchik wrote: > Hi, > > On 04.01.2018 13:00, Thiago Macieira wrote: > > On Thursday, 4 January 2018 06:35:33 -02 Oswald Buddenhagen wrote: > >> On Thu, Jan 04, 2018 at 09:27:06AM +0300, Igor Mironchik wrote: > >>> Maybe I need to checkout all

Re: [Development] Project ERROR: Could not find feature future.

2018-01-04 Thread Igor Mironchik
Hi, On 04.01.2018 13:00, Thiago Macieira wrote: On Thursday, 4 January 2018 06:35:33 -02 Oswald Buddenhagen wrote: On Thu, Jan 04, 2018 at 09:27:06AM +0300, Igor Mironchik wrote: Maybe I need to checkout all projects to dev branch? yes, you do. All projects in the same branch. Yes, I did

Re: [Development] Project ERROR: Could not find feature future.

2018-01-04 Thread Thiago Macieira
On Thursday, 4 January 2018 06:35:33 -02 Oswald Buddenhagen wrote: > On Thu, Jan 04, 2018 at 09:27:06AM +0300, Igor Mironchik wrote: > > Maybe I need to checkout all projects to dev branch? > > yes, you do. All projects in the same branch. -- Thiago Macieira - thiago.macieira (AT) intel.com

Re: [Development] Project ERROR: Could not find feature future.

2018-01-04 Thread Oswald Buddenhagen
On Thu, Jan 04, 2018 at 09:27:06AM +0300, Igor Mironchik wrote: > Maybe I need to checkout all projects to dev branch? > yes, you do. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Project ERROR: Could not find feature future.

2018-01-03 Thread Igor Mironchik
Hi, On 03.01.2018 22:21, Thiago Macieira wrote: On Wednesday, 3 January 2018 14:26:49 -02 Igor Mironchik wrote: Hello, What does it mean: Project ERROR: Could not find feature future. This is from qmake-ing corelib.pro in dev branch. Are you sure you've finished configure in the qtbase top

Re: [Development] Project ERROR: Could not find feature future.

2018-01-03 Thread Thiago Macieira
On Wednesday, 3 January 2018 15:29:19 -02 Igor Mironchik wrote: > How do you organize work on Qt in case of contributions? I develop everything on top of the current stable branch (5.10 today), except for a brief time between the first beta and the release of a new minor version. -- Thiago

Re: [Development] Project ERROR: Could not find feature future.

2018-01-03 Thread Thiago Macieira
On Wednesday, 3 January 2018 14:26:49 -02 Igor Mironchik wrote: > Hello, > > What does it mean: Project ERROR: Could not find feature future. > > This is from qmake-ing corelib.pro in dev branch. Are you sure you've finished configure in the qtbase top (or qt5.git)? -- Thiago Macieira -

Re: [Development] Project ERROR: Could not find feature future.

2018-01-03 Thread Martin Smith
8 6:29:19 PM To: development@qt-project.org Subject: Re: [Development] Project ERROR: Could not find feature future. Hi, I will ask with another words: does dev branch compiles? How do you organize work on Qt in case of contributions? For example, I created a contribution based on dev branch and can'

Re: [Development] Project ERROR: Could not find feature future.

2018-01-03 Thread Igor Mironchik
Hi, I will ask with another words: does dev branch compiles? How do you organize work on Qt in case of contributions? For example, I created a contribution based on dev branch and can't even check if it compiles. Maybe you, guys, do such things somehow in different way? Maybe I understood

[Development] Project ERROR: Could not find feature future.

2018-01-03 Thread Igor Mironchik
Hello, What does it mean: Project ERROR: Could not find feature future. This is from qmake-ing corelib.pro in dev branch. Thank you. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development