@KroMignon said in Qt Android project and CVS like Git, Perforce, etc.:
Does it make sense to update it to a newer version (eg 3.5.1)?
Uh, no idae, to be honest. I've never installed Gradle myself. I think it comes bundled with Android SDK nowadays.
Hi and welcome to devnet,
I’d say it’s likely not. I’d recommend bringing this excellent question to the Qt Creator mailing list. You’ll find there Qt Creator’s developers/maintainers. This forum is more user oriented.
@Konstantin-Tokarev
Thanks, that slipped my memory as well.
It looks really familiar now, when looking at it.
The minor drawback is that the source is not as actual as in git.
@SGaist thank you for that! That took care of the qtquickcontrols2. Now I just have a hand full of other modules I need to build and install, according to these errors:
/Live3DWidget.qml:4 module "QtQuick.Scene3D" is not installed
/Live3DWidget.qml:9 module "Qt3D.Extras" is not installed
/Live3DWidget.qml:7 module "Qt3D.Render" is not installed
/Live3DWidget.qml:6 module "Qt3D.Core" is not installed
/Live3DWidget.qml:8 module "Qt3D.Input" is not installed
/Live3DWidget.qml:4 module "QtQuick.Scene3D" is not installed
/Live3DWidget.qml:9 module "Qt3D.Extras" is not installed
/Live3DWidget.qml:7 module "Qt3D.Render" is not installed
/Live3DWidget.qml:6 module "Qt3D.Core" is not installed
/Live3DWidget.qml:8 module "Qt3D.Input" is not installed
/Live3DWidget.qml:4 module "QtQuick.Scene3D" is not installed
/Live3DWidget.qml:9 module "Qt3D.Extras" is not installed
/Live3DWidget.qml:7 module "Qt3D.Render" is not installed
/Live3DWidget.qml:6 module "Qt3D.Core" is not installed
/Live3DWidget.qml:8 module "Qt3D.Input" is not installed
/Live3DWidget.qml:4 module "QtQuick.Scene3D" is not installed
/Live3DWidget.qml:9 module "Qt3D.Extras" is not installed
/Live3DWidget.qml:7 module "Qt3D.Render" is not installed
/Live3DWidget.qml:6 module "Qt3D.Core" is not installed
/Live3DWidget.qml:8 module "Qt3D.Input" is not installed
/Live3DWidget.qml:4 module "QtQuick.Scene3D" is not installed
/Live3DWidget.qml:9 module "Qt3D.Extras" is not installed
/Live3DWidget.qml:7 module "Qt3D.Render" is not installed
/Live3DWidget.qml:6 module "Qt3D.Core" is not installed
/Live3DWidget.qml:8 module "Qt3D.Input" is not installed
I will try to install relevant modules and try again. Will report back.
You have here a list of the modules and their state.
QtWebkit as been deprecated and removed.
QtQuick1 as been deprecated and removed
You can still build them from sources but you have to clone them specifically.
Hi,
It depends, the 5.7 branch will contain the current work for the next 5.7 release so if you need something that's not in 5.7.0 you should follow 5.7. Otherwise 5.7.0.
Note that 5.7.0 is almost out.
@SGaist Thanks for tips.
But anyway, as I see the problem, Inability of Creator to remember window layout is not a bug because I had and have the same problem for all Creator Win and Linux versions that I used during last 8 years.
Can you prove that you can open several windows and then switch to another session and after that switch back to first session and get previous windows layout?
It is very interesting for me to see that.
Thanks. What I ended up doing (in the top level), which appears to work correctly is:
git checkout 5.5.0
git pull
perl init-repository -f
I got the -f option from the Getting Updates section of Building Qt5 from Git
I should have read that more thoroughly before posting. Thanks again!
Paul
@okieh said:
I'm a little bit confused... In my sysroot directory for my target (i.mx6) I have Qt in version 5.2.1 and Qt3D libs with Version 5.3.0.
Those Qt 3D libs are not officially-provided by the Qt Project, and they're incomplete.
Perhaps you can ask the person who built those libs?
I already tried to build the Qt3d 5.5 version with my Qt 5.2.1 dev enviroment, but it doesn't work.
Why not? What errors do you get?