Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt Academy Launch in California!

    Solved Building Qt5.14.2 from source. Missing QtQML module.

    Installation and Deployment
    qtqml qt5.14.2 source code modules
    2
    5
    249
    Loading More Posts
    • 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
      Oshio last edited by

      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 Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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 Reply Quote 0
        • O
          Oshio last edited by Oshio

          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 Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            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 Reply Quote 0
            • O
              Oshio last edited by

              Found it! Thanks!

              1 Reply Last reply Reply Quote 0
              • First post
                Last post