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. Building Qt5.14.2 from source. Missing QtQML module.
QtWS25 Last Chance

Building Qt5.14.2 from source. Missing QtQML module.

Scheduled Pinned Locked Moved Solved Installation and Deployment
qtqmlqt5.14.2source codemodules
5 Posts 2 Posters 894 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.
  • O Offline
    O Offline
    Oshio
    wrote on last edited by
    #1

    I'm building from source, but when I clone the repository I can't find the qtqml module.

    After:

    git clone https://code.qt.io/qt/qt5.git -b 5.14.2      
    

    I have these folders inside qt5 directory:

    ./qtx11extras
    ./qtdoc
    ./qtactiveqt
    ./qtwinextras
    ./qtwebglplugin
    ./qtxmlpatterns
    ./qtquicktimeline
    ./qtdeclarative
    ./qtwebsockets
    ./qtcanvas3d
    ./qtrepotools
    ./qtcharts
    ./qtgamepad
    ./.git
    ./qtquick3d
    ./qtandroidextras
    ./qtscript
    ./qtdocgallery
    ./qtgraphicaleffects
    ./qtserialport
    ./gnuwin32
    ./qtsystems
    ./qtwebchannel
    ./qtimageformats
    ./qtsensors
    ./qtquickcontrols
    ./qtpurchasing
    ./qttranslations
    ./qt3d
    ./qtsvg
    ./qtfeedback
    ./qtpim
    ./qtdatavis3d
    ./qtwebview
    ./qtspeech
    ./qtserialbus
    ./qtwebengine
    ./qtmacextras
    ./qtquickcontrols2
    ./coin
    ./qtwayland
    ./qtqa
    ./qtbase
    ./qtmultimedia
    ./qtscxml
    ./qtlottie
    ./qtnetworkauth
    ./qttools
    ./qtvirtualkeyboard
    ./qtlocation
    ./qtremoteobjects
    ./qtconnectivity
    

    I was hopping to see some qtqml folder, but I can't find it. Also, I see other missing modules like qtquick, but I believe that a solution for finding qtqml will help me out finding the other ones.

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

      Hi,

      The QML module is provided through qtdeclarative.

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

      1 Reply Last reply
      0
      • O Offline
        O Offline
        Oshio
        wrote on last edited by Oshio
        #3

        Hi @SGaist, thanks for the tip, after make install the Qt5Qml folder appears in the installation directory. I'm tagging this issue as solved.

        I have another modules that I can't find, there is any chance that the documentation has a list with this info you just gave me, regarding all modules?

        Ex: Where in the documentation I can find out which module should I build to get Qt5LinguistTools, Qt5Help, etc?

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

          IIRC the tools come from qttools.

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

          1 Reply Last reply
          0
          • O Offline
            O Offline
            Oshio
            wrote on last edited by
            #5

            Found it! Thanks!

            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