Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. qtbase.git -b 5.12.4 Quick Controls 2.5 & QtQuick 2.12
Forum Update on Monday, May 27th 2025

qtbase.git -b 5.12.4 Quick Controls 2.5 & QtQuick 2.12

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 420 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    comarius
    wrote on last edited by
    #1

    I have in my desktop Qt Creator 4.9.2 based on Based on Qt 5.12.4 and QtQuIck 2.5 and 2.12 seems OK. This was installed using the bin everywhere package from QT.

    I a configuring and compiling for a Beaglebone
    git clone git://code.qt.io/qt/qtbase.git -b 5.12.4

    Here is the whole procedure I went over:

    BBB + EGL + QT-5.12-4

    The config result can be seen int the post.

    Tough, the QtQuick 2.1X seems not to be working properly

    examples/quickcontrols2/wearable$ qmake 
    Project ERROR: Unknown module(s) in QT: quick quickcontrols2
    
    
    debian@beaglebone:~/qtquickcontrols2/examples/quickcontrols2/contactlist$ qmake 
    Project ERROR: Unknown module(s) in QT: quick
    
    
    ebian@beaglebone:~/qtexamples/quickcontrols/extras/dashboard$ qmake
    Info: creating stash file /usr/lib/arm-linux-gnueabihf/qt5/examples/quickcontrols/extras/dashboard/.qmake.stash
    Project ERROR: Unknown module(s) in QT: quick
    
    
    

    A built with qt 5.7 works fine and runs on the qt 5.12.4 env
    dashboard

    make -query
    QT_SYSROOT:
    QT_INSTALL_PREFIX:/usr/local/Qt-5.12.4
    QT_INSTALL_ARCHDATA:/usr/local/Qt-5.12.4
    QT_INSTALL_DATA:/usr/local/Qt-5.12.4
    QT_INSTALL_DOCS:/usr/local/Qt-5.12.4/doc
    QT_INSTALL_HEADERS:/usr/local/Qt-5.12.4/include
    QT_INSTALL_LIBS:/usr/local/Qt-5.12.4/lib
    QT_INSTALL_LIBEXECS:/usr/local/Qt-5.12.4/libexec
    QT_INSTALL_BINS:/usr/local/Qt-5.12.4/bin
    QT_INSTALL_TESTS:/usr/local/Qt-5.12.4/tests
    QT_INSTALL_PLUGINS:/usr/local/Qt-5.12.4/plugins
    QT_INSTALL_IMPORTS:/usr/local/Qt-5.12.4/imports
    QT_INSTALL_QML:/usr/local/Qt-5.12.4/qml
    QT_INSTALL_TRANSLATIONS:/usr/local/Qt-5.12.4/translations
    QT_INSTALL_CONFIGURATION:/usr/local/Qt-5.12.4/etc/xdg
    QT_INSTALL_EXAMPLES:/usr/local/Qt-5.12.4/examples
    QT_INSTALL_DEMOS:/usr/local/Qt-5.12.4/examples
    QT_HOST_PREFIX:/usr/local/Qt-5.12.4
    QT_HOST_DATA:/usr/local/Qt-5.12.4
    QT_HOST_BINS:/usr/local/Qt-5.12.4/bin
    QT_HOST_LIBS:/usr/local/Qt-5.12.4/lib
    QMAKE_SPEC:linux-g++
    QMAKE_XSPEC:linux-g++
    QMAKE_VERSION:3.1
    QT_VERSION:5.12.4
    
    

    Thank you

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      As already answered on your other thread, you only built the qtbase module. You also need to compile at least the qtdeclarative and qtquickcontrols2 modules.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      C 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        As already answered on your other thread, you only built the qtbase module. You also need to compile at least the qtdeclarative and qtquickcontrols2 modules.

        C Offline
        C Offline
        comarius
        wrote on last edited by comarius
        #3

        @sgaist
        Hi,

        Ok, will check.

        Thank you.

        RESOLVED
        (solution in the old post)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved