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. -no-webkit - does this actually work?
Qt 6.11 is out! See what's new in the release blog

-no-webkit - does this actually work?

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

    I'm trying to build Qt 4.8.4 on OSX. I'm invoking the following to do so:

    @./configure -opensource -confirm-license -arch x86 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -no-webkit -no-qt3support -nomake tests -nomake demos -nomake examples

    make
    @

    For some reason, even though I've tried very hard to not build webkit, Qt still seems to very badly want to build webkit -

    @
    ...
    g++ -headerpad_max_install_names -arch i386 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -single_module -dynamiclib -compatibility_version 4.9 -current_version 4.9.3 -install_name /usr/local/Trolltech/Qt-4.8.4/lib/QtWebKit.framework/Versions/4/QtWebKit_debug -Xarch_i386 -mmacosx-version-min=10.4 -o QtWebKit_debug .obj/debug-shared/WebSystemInterface.o .obj/debug-shared/QTKitFullScreenVideoHandler.o ...

    ...
    @

    What am I doing wrong here? Is there a -no-im-really-serious-please-dont-build-webkit switch?

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      That switch seems to be bugged, unfortunately.

      The easiest way to prevent Qt WebKit from building is to rename (or even delete) the qtwebkit folder before you run configure

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tedmiddleton
        wrote on last edited by
        #3

        Ok - thanks - I'll wipe out that directory before I build.

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          I have tried also.... -nomake webkit and it does not work either.
          And this is is with 5.1.0 final.
          Seems bad that one must manually destroy the webkit and webkit-examples directories.

          1 Reply Last reply
          0
          • JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #5

            [quote author="Victor" date="1373667340"]I have tried also.... -nomake webkit and it does not work either.
            And this is is with 5.1.0 final.
            Seems bad that one must manually destroy the webkit and webkit-examples directories.
            [/quote]"-nomake" is for examples and tests, not modules.

            But yes, it needs to be fixed.

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            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