Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error building QT static
Forum Update on Monday, May 27th 2025

Error building QT static

Scheduled Pinned Locked Moved Solved General and Desktop
qt 5.6building static
3 Posts 2 Posters 1.4k 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.
  • J Offline
    J Offline
    Jedd
    wrote on 26 Mar 2016, 18:20 last edited by Jedd
    #1

    I'm building on OS X, 10.11.3 and getting the following error:

    Project ERROR: Unknown module(s) in QT: qmldevtools-private
    make[2]: *** [sub-qdoc-make_first] Error 3
    make[1]: *** [sub-src-make_first] Error 2
    make: *** [module-qttools-make_first] Error 2

    Here's my config string:

    ./configure -release -qt-freetype -qt-libpng -qt-zlib -static -prefix /Users/jedevnull/Qt/5.6/static -confirm-license -opensource -nomake examples -no-xcb-xlib -no-xcb -no-dbus -nomake tests -skip qtquickcontrols -skip qtquickcontrols2 -skip declarative -qt-xkbcommon

    Thanks for any help!

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 26 Mar 2016, 22:13 last edited by
      #2

      Hi,

      You are disabling the declarative module thus the tools can't find them.

      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
      • J Offline
        J Offline
        Jedd
        wrote on 27 Mar 2016, 04:36 last edited by
        #3

        That did it, Thanks!

        1 Reply Last reply
        0

        3/3

        27 Mar 2016, 04:36

        • Login

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