[Development] Project ERROR: Could not find feature future.
Igor Mironchik
igor.mironchik at gmail.com
Thu Jan 4 12:19:23 CET 2018
>> 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 don't have
> those branches.
Yes, I did a mistake in the email... But it really can solve the problem:
git submodule foreach --recursive "git checkout dev || true"
:) Miss-understanding but the solution found. :)
More information about the Development
mailing list