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. Qtwebkit.dll was not created after build process but it does not throw any error
Forum Updated to NodeBB v4.3 + New Features

Qtwebkit.dll was not created after build process but it does not throw any error

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
15 Posts 4 Posters 4.5k Views 3 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #5

    Might be a silly question but did you call configure in the source's root folder or qtbase ?

    Interested in AI ? www.idiap.ch
    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

    S 1 Reply Last reply
    -1
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #6

      Hmm... it looks like ICU is enabled, which is good.

      1. Do you have the other WebKit requirements at https://wiki.qt.io/Building_Qt_5_from_Git#System_Requirements ?
      2. Open the Makefile in your Qt root folder. It should have lines line module-qtbase, module-qtmultimedia, etc. Does it contain module-qtwebkit?
      3. Are you able to use your newly-built Qt tools to build <Qt Root>\qtwebkit\WebKit.pro ?

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

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sandy.martel23
        wrote on last edited by sandy.martel23
        #7

        Do you have ruby, python, perl and qt/Qt\gnuwin32\bin available in your PATH?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          Shidharth
          wrote on last edited by
          #8

          Yes I have all requirements needed to webkit build. but qtwebkit.dll was not created

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Shidharth
            wrote on last edited by
            #9

            Thanks for ur reply JKSH,
            Make file contains module-qtwebkit..
            but during build it shows message "Some of the required modules (qtHaveModule(webkit)) are not available." "Skipped.".. what can i do for this?

            JKSHJ 1 Reply Last reply
            0
            • SGaistS SGaist

              Might be a silly question but did you call configure in the source's root folder or qtbase ?

              S Offline
              S Offline
              Shidharth
              wrote on last edited by
              #10

              @SGaist
              I have call configure in c:/qt/5.5>

              1 Reply Last reply
              0
              • S Shidharth

                Thanks for ur reply JKSH,
                Make file contains module-qtwebkit..
                but during build it shows message "Some of the required modules (qtHaveModule(webkit)) are not available." "Skipped.".. what can i do for this?

                JKSHJ Offline
                JKSHJ Offline
                JKSH
                Moderators
                wrote on last edited by
                #11

                @Shidharth said:

                Make file contains module-qtwebkit..

                What happens if you go to the root folder and call this?:

                nmake module-qtwebkit

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

                S 1 Reply Last reply
                0
                • JKSHJ JKSH

                  @Shidharth said:

                  Make file contains module-qtwebkit..

                  What happens if you go to the root folder and call this?:

                  nmake module-qtwebkit

                  S Offline
                  S Offline
                  Shidharth
                  wrote on last edited by
                  #12

                  @JKSH
                  It Shows this details but webkit.dll was not created

                      cd imports\ && ( if not exist Makefile C:\Qt\5.5\qtbase\bin\qmake C:\Qt\
                  

                  5.5\qtwebchannel\src\imports\imports.pro -o Makefile ) && "C:\Program Files (x86
                  )\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" -f Makefile

                  Microsoft (R) Program Maintenance Utility Version 11.00.60610.1
                  Copyright (C) Microsoft Corporation. All rights reserved.

                      cd webchannel\ && ( if not exist Makefile C:\Qt\5.5\qtbase\bin\qmake C:\
                  

                  Qt\5.5\qtwebchannel\src\imports\webchannel\webchannel.pro -o Makefile ) && "C:\P
                  rogram Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" -f Makefile

                  Microsoft (R) Program Maintenance Utility Version 11.00.60610.1
                  Copyright (C) Microsoft Corporation. All rights reserved.

                      "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" -
                  

                  f Makefile.Debug

                  Microsoft (R) Program Maintenance Utility Version 11.00.60610.1
                  Copyright (C) Microsoft Corporation. All rights reserved.

                      cd qtwebkit\ && ( if not exist Makefile C:\Qt\5.5\qtbase\bin\qmake C:\Qt
                  

                  \5.5\qtwebkit\WebKit.pro -o Makefile ) && "C:\Program Files (x86)\Microsoft Visu
                  al Studio 11.0\VC\BIN\nmake.exe" -f Makefile

                  Microsoft (R) Program Maintenance Utility Version 11.00.60610.1
                  Copyright (C) Microsoft Corporation. All rights reserved.

                  C:\Qt\5.5>

                  JKSHJ 1 Reply Last reply
                  0
                  • S Shidharth

                    @JKSH
                    It Shows this details but webkit.dll was not created

                        cd imports\ && ( if not exist Makefile C:\Qt\5.5\qtbase\bin\qmake C:\Qt\
                    

                    5.5\qtwebchannel\src\imports\imports.pro -o Makefile ) && "C:\Program Files (x86
                    )\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" -f Makefile

                    Microsoft (R) Program Maintenance Utility Version 11.00.60610.1
                    Copyright (C) Microsoft Corporation. All rights reserved.

                        cd webchannel\ && ( if not exist Makefile C:\Qt\5.5\qtbase\bin\qmake C:\
                    

                    Qt\5.5\qtwebchannel\src\imports\webchannel\webchannel.pro -o Makefile ) && "C:\P
                    rogram Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" -f Makefile

                    Microsoft (R) Program Maintenance Utility Version 11.00.60610.1
                    Copyright (C) Microsoft Corporation. All rights reserved.

                        "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" -
                    

                    f Makefile.Debug

                    Microsoft (R) Program Maintenance Utility Version 11.00.60610.1
                    Copyright (C) Microsoft Corporation. All rights reserved.

                        cd qtwebkit\ && ( if not exist Makefile C:\Qt\5.5\qtbase\bin\qmake C:\Qt
                    

                    \5.5\qtwebkit\WebKit.pro -o Makefile ) && "C:\Program Files (x86)\Microsoft Visu
                    al Studio 11.0\VC\BIN\nmake.exe" -f Makefile

                    Microsoft (R) Program Maintenance Utility Version 11.00.60610.1
                    Copyright (C) Microsoft Corporation. All rights reserved.

                    C:\Qt\5.5>

                    JKSHJ Offline
                    JKSHJ Offline
                    JKSH
                    Moderators
                    wrote on last edited by JKSH
                    #13

                    @Shidharth said:

                            cd qtwebkit\ && ( if not exist Makefile C:\Qt\5.5\qtbase\bin\qmake C:\Qt
                    \5.5\qtwebkit\WebKit.pro -o Makefile ) && "C:\Program Files (x86)\Microsoft Visu
                    al Studio 11.0\VC\BIN\nmake.exe" -f Makefile
                    

                    Ok... what does C:\Qt\5.5\qtwebkit\Makefile contain?

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

                    S 1 Reply Last reply
                    0
                    • JKSHJ JKSH

                      @Shidharth said:

                              cd qtwebkit\ && ( if not exist Makefile C:\Qt\5.5\qtbase\bin\qmake C:\Qt
                      \5.5\qtwebkit\WebKit.pro -o Makefile ) && "C:\Program Files (x86)\Microsoft Visu
                      al Studio 11.0\VC\BIN\nmake.exe" -f Makefile
                      

                      Ok... what does C:\Qt\5.5\qtwebkit\Makefile contain?

                      S Offline
                      S Offline
                      Shidharth
                      wrote on last edited by
                      #14

                      @JKSH

                      c:\qt\5.5\qtwebkit\makefile contains

                      MAKEFILE = Makefile

                      first: make_first
                      QMAKE = C:\Qt\5.5\qtbase\bin\qmake
                      DEL_FILE = del
                      CHK_DIR_EXISTS= if not exist
                      MKDIR = mkdir
                      COPY = copy /y
                      COPY_FILE = copy /y
                      COPY_DIR = xcopy /s /q /y /i
                      INSTALL_FILE = copy /y
                      INSTALL_PROGRAM = copy /y
                      INSTALL_DIR = xcopy /s /q /y /i
                      DEL_FILE = del
                      SYMLINK = $(QMAKE) -install ln -f -s
                      DEL_DIR = rmdir
                      MOVE = move
                      SUBTARGETS =

                      Makefile: WebKit.pro .qmake.conf .qmake.cache C:\Qt\5.5\qtbase\mkspecs\win32-msvc2010\qmake.conf C:\Qt\5.5\qtbase\mkspecs\features\spec_pre.prf
                      C:\Qt\5.5\qtbase\mkspecs\common\msvc-desktop.conf
                      C:\Qt\5.5\qtbase\mkspecs\qconfig.pri
                      C:\Qt\5.5\qtbase\mkspecs\modules-inst\qt_lib_3dcore.pri
                      C:\Qt\5.5\qtbase\mkspecs\modules-inst\qt_lib_3dcore_private.pri \

                      lot of module paths like above and finally..

                      WebKit.pro:
                      qmake: FORCE
                      @$(QMAKE) -o Makefile WebKit.pro

                      qmake_all: FORCE

                      make_first: FORCE
                      all: FORCE
                      clean: FORCE
                      distclean: FORCE
                      -$(DEL_FILE) Makefile
                      install_subtargets: FORCE
                      uninstall_subtargets: FORCE

                      reconfigure:
                      echo > .qmake.cache && $(MAKE) -f $(MAKEFILE) qmake
                      @echo "WARNING: Reconfiguration likely requires a clean build. Youve been warned!\nYou may execute make wipeclean to wipe the build directory.\n"

                      wipeclean:
                      FOR /D %%p IN (*) DO rmdir %%p /s /q

                      incremental:
                      $(MAKE) -f $(MAKEFILE) qmake_all && $(MAKE) -f $(MAKEFILE)

                      %.h:
                      @echo >NUL

                      debug:

                      release:

                      html_docs:
                      $(MAKE) -f $(MAKEFILE) prepare_docs && $(MAKE) -f $(MAKEFILE) generate_docs

                      docs:
                      $(MAKE) -f $(MAKEFILE) html_docs && $(MAKE) -f $(MAKEFILE) qch_docs

                      install_html_docs:

                      uninstall_html_docs:

                      install_qch_docs:

                      uninstall_qch_docs:

                      install_docs:

                      uninstall_docs:

                      qch_docs:

                      prepare_docs:

                      generate_docs:

                      check:
                      install:install_subtargets FORCE

                      uninstall: uninstall_subtargets FORCE

                      JKSHJ 1 Reply Last reply
                      0
                      • S Shidharth

                        @JKSH

                        c:\qt\5.5\qtwebkit\makefile contains

                        MAKEFILE = Makefile

                        first: make_first
                        QMAKE = C:\Qt\5.5\qtbase\bin\qmake
                        DEL_FILE = del
                        CHK_DIR_EXISTS= if not exist
                        MKDIR = mkdir
                        COPY = copy /y
                        COPY_FILE = copy /y
                        COPY_DIR = xcopy /s /q /y /i
                        INSTALL_FILE = copy /y
                        INSTALL_PROGRAM = copy /y
                        INSTALL_DIR = xcopy /s /q /y /i
                        DEL_FILE = del
                        SYMLINK = $(QMAKE) -install ln -f -s
                        DEL_DIR = rmdir
                        MOVE = move
                        SUBTARGETS =

                        Makefile: WebKit.pro .qmake.conf .qmake.cache C:\Qt\5.5\qtbase\mkspecs\win32-msvc2010\qmake.conf C:\Qt\5.5\qtbase\mkspecs\features\spec_pre.prf
                        C:\Qt\5.5\qtbase\mkspecs\common\msvc-desktop.conf
                        C:\Qt\5.5\qtbase\mkspecs\qconfig.pri
                        C:\Qt\5.5\qtbase\mkspecs\modules-inst\qt_lib_3dcore.pri
                        C:\Qt\5.5\qtbase\mkspecs\modules-inst\qt_lib_3dcore_private.pri \

                        lot of module paths like above and finally..

                        WebKit.pro:
                        qmake: FORCE
                        @$(QMAKE) -o Makefile WebKit.pro

                        qmake_all: FORCE

                        make_first: FORCE
                        all: FORCE
                        clean: FORCE
                        distclean: FORCE
                        -$(DEL_FILE) Makefile
                        install_subtargets: FORCE
                        uninstall_subtargets: FORCE

                        reconfigure:
                        echo > .qmake.cache && $(MAKE) -f $(MAKEFILE) qmake
                        @echo "WARNING: Reconfiguration likely requires a clean build. Youve been warned!\nYou may execute make wipeclean to wipe the build directory.\n"

                        wipeclean:
                        FOR /D %%p IN (*) DO rmdir %%p /s /q

                        incremental:
                        $(MAKE) -f $(MAKEFILE) qmake_all && $(MAKE) -f $(MAKEFILE)

                        %.h:
                        @echo >NUL

                        debug:

                        release:

                        html_docs:
                        $(MAKE) -f $(MAKEFILE) prepare_docs && $(MAKE) -f $(MAKEFILE) generate_docs

                        docs:
                        $(MAKE) -f $(MAKEFILE) html_docs && $(MAKE) -f $(MAKEFILE) qch_docs

                        install_html_docs:

                        uninstall_html_docs:

                        install_qch_docs:

                        uninstall_qch_docs:

                        install_docs:

                        uninstall_docs:

                        qch_docs:

                        prepare_docs:

                        generate_docs:

                        check:
                        install:install_subtargets FORCE

                        uninstall: uninstall_subtargets FORCE

                        JKSHJ Offline
                        JKSHJ Offline
                        JKSH
                        Moderators
                        wrote on last edited by
                        #15

                        @Shidharth said:

                        qmake_all: FORCE
                        
                        make_first:  FORCE
                        all:  FORCE
                        clean:  FORCE
                        distclean:  FORCE
                        	-$(DEL_FILE) Makefile
                        install_subtargets: FORCE
                        uninstall_subtargets: FORCE
                        

                        Huh... there are no targets. (If you look at the Makefile from other folders, this section has lots of contents.) I'm not sure what's happening here, sorry...

                        Try subscribing to the Interest mailing list and asking there. You can talk to Qt engineers directly there.

                        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