Skip to content
QtWS25 Call for Papers
  • 0 Votes
    3 Posts
    186 Views
    Christian EhrlicherC

    See https://bugreports.qt.io/browse/QTBUG-90395

  • 0 Votes
    2 Posts
    851 Views
    jsulmJ

    @ben-cottrell You should check the config.log file - it should give you more information about the issue (probably something is missing).

  • 0 Votes
    7 Posts
    2k Views
    sierdzioS

    @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.

  • 0 Votes
    2 Posts
    872 Views
    SGaistS

    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.

  • 1 Votes
    10 Posts
    4k Views
    K

    @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.

  • 0 Votes
    11 Posts
    14k Views
    ArasA

    @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.

  • 0 Votes
    8 Posts
    3k Views
    SGaistS

    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.

  • 0 Votes
    5 Posts
    3k Views
    SGaistS

    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.

  • 0 Votes
    3 Posts
    1k Views
    OllieO

    My bad.

    I was running config from qtcore and nor the project root!

  • 0 Votes
    16 Posts
    4k Views
    mat300M

    @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.

  • Pushing code for review

    Solved Qt Contribution
    15
    0 Votes
    15 Posts
    6k Views
    kshegunovK

    @SGaist
    Ok. Thank you!

  • Merge patch from dev to 5.6 branch

    Unsolved Qt Contribution
    4
    0 Votes
    4 Posts
    2k Views
    JKSHJ

    Ask Alex Blasche if you're allowed to re-submit for the 5.6 branch.

  • 0 Votes
    3 Posts
    1k Views
    Paul H.P

    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

  • 0 Votes
    5 Posts
    2k Views
    JKSHJ

    @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?