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. 6.6.2 fails to build due to missing qlitehtml in qttools
Forum Updated to NodeBB v4.3 + New Features

6.6.2 fails to build due to missing qlitehtml in qttools

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 703 Views 1 Watching
  • 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.
  • K Offline
    K Offline
    KBentley57
    wrote on last edited by KBentley57
    #1

    Hi all,

    I'm trying to build 6.6.2 from git on Rocky Linux 8. After pulling down the code, one of the first things I notice is that the qttools fails to configure because the qlitehtml directory has no files in it. I can cd into it, but it's empty. I believe it's the same thing this user was referencing in this thread.

    https://forum.qt.io/topic/152669/unable-to-compile-qt-because-of-missing-litehtml

    If I got off and find qlitehtml and put it in there the build continues as normal.

    Here's what I see when I run git log

    [rockylinux@rocky8 qlitehtml]$ git log
    commit 3fae450efa5aa65affcd5bf4300a2082aad51f7b (HEAD -> 6.6.2, tag: v6.6.2, origin/6.6.2)
    Author: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
    Date:   Fri Feb 9 22:03:07 2024 +0000
    
        Update dependencies on '6.6.2' in qt/qttools
        
        Change-Id: Idb33bb91df5a4c3a0aa782814d0d9658c978f608
        Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
    

    If I'm in qttools, and run git submodule init and git submodule update, it seems qlitehtml is populated correctly.

    [rockylinux@rocky8 qlitehtml]$ git submodule
    -f05f78ef33225823d348ee18f2fa464e95024dd2 ./
    
    
    [rockylinux@rocky8 qttools]$ git submodule init
    Submodule 'src/assistant/qlitehtml' (https://code.qt.io/playground/qlitehtml.git) registered for path 'src/assistant/qlitehtml'
    
    [rockylinux@rocky8 qttools]$ git submodule update --recursive
    Cloning into '/home/rockylinux/src/qt6/qttools/src/assistant/qlitehtml'...
    Submodule path 'src/assistant/qlitehtml': checked out 'f05f78ef33225823d348ee18f2fa464e95024dd2'
    
    [rockylinux@rocky8 qlitehtml]$ ls
    CMakeLists.txt  LICENSES  README.md  src  tests
    
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      How did you get the sources ?

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

      K 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        How did you get the sources ?

        K Offline
        K Offline
        KBentley57
        wrote on last edited by
        #3

        @SGaist

        Since I made the post, I realize I perhaps wasn't following the instrcutions completely, though I thought so. The error came up as "have you ran submodule init --update --recursive?" I tried that and it ended up pulling down quite a bit more. I'll update more soon.

        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