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. Configure.exe -no-webkit problem
Forum Update on Monday, May 27th 2025

Configure.exe -no-webkit problem

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 3.0k 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.
  • Y Offline
    Y Offline
    yaseminyilmaz
    wrote on last edited by
    #1

    Hi all,

    I've tried to compile Qt 4.8.3 statically with MinGW. I've run configure.exe with the following options. But the process of the compilation has failed because of webkit although I've added the option of -no-webkit. How can I solve this problem?

    configure.exe -static -release -opensource -confirm-license -platform win32-g++ -no-exceptions -no-qt3support -qt-sql-sqlite -qt-zlib -qt-libpng -qt-libjpeg -no-webkit

    ...
    mingw32-make[4]: Leaving directory C:/QtSTATIC/4.8.3/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebframe' mingw32-make[3]: Leaving directory C:/QtSTATIC/4.8.3/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebframe'
    mingw32-make[2]: Leaving directory C:/QtSTATIC/4.8.3/src/3rdparty/webkit/Source/WebKit/qt/tests' mingw32-make[1]: Leaving directory C:/QtSTATIC/4.8.3/src/3rdparty/webkit/Source'
    ...
    mingw32-make[4]: *** [release\tst_qwebframe.exe] Error 1
    mingw32-make[3]: *** [release] Error 2
    mingw32-make[2]: *** [sub-qwebframe-make_default] Error 2
    mingw32-make[1]: *** [sub-Webkit-qt-tests-make_default-ordered] Error 2
    mingw32-make: *** [sub-webkit-make_default-ordered] Error 2

    Thanks advance for your helps and explanations,

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      What happens if you add"
      @
      -nomake tests
      @

      To this?

      (Z(:^

      1 Reply Last reply
      0
      • Y Offline
        Y Offline
        yaseminyilmaz
        wrote on last edited by
        #3

        Thanks for quick response; I've cleaned temporary files and recompiled Qt with following configure options but the compilation has been failed with same error. How can I exclude webkit from the Qt's compilation?

        configure.exe -static -release -opensource -confirm-license -platform win32-g++ -no-exceptions -no-qt3support -qt-sql-sqlite -qt-zlib -qt-libpng -qt-libjpeg -no-webkit -nomake tests -nomake demos -nomake examples

        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