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. QT Build: -skip -qtwebkit does NOT work
Forum Updated to NodeBB v4.3 + New Features

QT Build: -skip -qtwebkit does NOT work

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 3 Posters 1.5k 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.
  • X Offline
    X Offline
    Xv1nX
    wrote on last edited by
    #1

    Hi guys,
    i am trying to compile qt 5.3.* without webkit, q3support, QML, Quick, ICU. But the configure script says: the qtwebkit and ... don`t exist.
    so: -skip qtwebkit -skip qtquick -no-q3support doesn´t work. Only no-icu is working.
    I dont want to use Git repo to exclude webkit. is there other method?

    Thanks in advance,
    Vince

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

      Hi,

      The qt3support library doesn't exist in Qt 5. You can also simply delete the folders from the module you don't want to build. However what is the exact error you are getting ?

      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
      • D Offline
        D Offline
        DanielRMueller
        wrote on last edited by
        #3

        In addition to what SGaist said, it could be you also need to explicitely set -skip qtwebkit-examples.
        Though that probably should not cause a problem during configure, only later during build.

        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