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. Build Qt 6.11, "skip" ignored (not working)
Qt 6.11 is out! See what's new in the release blog

Build Qt 6.11, "skip" ignored (not working)

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 242 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.
  • M Offline
    M Offline
    maisoui
    wrote last edited by
    #1

    Hi,

    I tried to build Qt 6.11 like I did for all previous versions of Qt 6, and it seems that "skip" argument is ignored. I tried "-skip qtwebengine -skip qtdoc" or "-skip qtwebengine,qtdoc", but "config,summary" file confirms that these modules are not ignored and will be part of the build ("WebEngine .............................. yes"). I noticed that config.opt.in file doesn't inlcudes the "skip" argument whereas it did in previous versions.

    Is anyone else having the same issue?
    Best regards,
    Jonathan

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

      Hi,

      Can you show the exact steps you are taking to build Qt ?

      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
      • M Offline
        M Offline
        maisoui
        wrote last edited by
        #3

        Hi,

        I'm not sure to understand your question. Here's my steps :

        • call vcvarsall.bat for Visual Studio 2026
        • set a couple of variables (like PATH)
        • call configure.bat with arguments
        • cmake --build . --parallel
        • cmake --install . --config Release
        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote last edited by
          #4

          The exact configure call would be good so people can try and reproduce your issue in the same context.

          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
          • P Offline
            P Offline
            Peter Watson
            wrote last edited by
            #5

            @hollow knight I’ve run into something similar with Qt 6.11—seems like the -skip option isn’t behaving the same way as in earlier versions. It might be related to changes in the build system or how modules are handled now. Have you tried using the new configure flags or checking the official docs for any updates on this?I’ve run into something similar with Qt 6.11—seems like the -skip option isn’t behaving the same way as in earlier versions. It might be related to changes in the build system or how modules are handled now. Have you tried using the new configure flags or checking the official docs for any updates on this?

            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