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
QtWS25 Last Chance

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.4k 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.
  • S Offline
    S Offline
    SGaist
    Lifetime Qt Champion
    wrote on 30 Oct 2015, 21:39 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 3 Nov 2015, 09:08
    -1
    • J Offline
      J Offline
      JKSH
      Moderators
      wrote on 30 Oct 2015, 23:02 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 1 Nov 2015, 14:44 last edited by sandy.martel23 11 Jan 2015, 14:46
        #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 3 Nov 2015, 07:16 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 3 Nov 2015, 07:26 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?

            J 1 Reply Last reply 3 Nov 2015, 10:44
            0
            • S SGaist
              30 Oct 2015, 21:39

              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 3 Nov 2015, 09:08 last edited by
              #10

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

              1 Reply Last reply
              0
              • S Shidharth
                3 Nov 2015, 07:26

                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?

                J Offline
                J Offline
                JKSH
                Moderators
                wrote on 3 Nov 2015, 10:44 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 3 Nov 2015, 12:25
                0
                • J JKSH
                  3 Nov 2015, 10:44

                  @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 3 Nov 2015, 12:25 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>

                  J 1 Reply Last reply 3 Nov 2015, 12:36
                  0
                  • S Shidharth
                    3 Nov 2015, 12:25

                    @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>

                    J Offline
                    J Offline
                    JKSH
                    Moderators
                    wrote on 3 Nov 2015, 12:36 last edited by JKSH 11 Mar 2015, 12:36
                    #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 3 Nov 2015, 12:46
                    0
                    • J JKSH
                      3 Nov 2015, 12:36

                      @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 3 Nov 2015, 12:46 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

                      J 1 Reply Last reply 3 Nov 2015, 12:52
                      0
                      • S Shidharth
                        3 Nov 2015, 12:46

                        @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

                        J Offline
                        J Offline
                        JKSH
                        Moderators
                        wrote on 3 Nov 2015, 12:52 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

                        14/15

                        3 Nov 2015, 12:46

                        • Login

                        • Login or register to search.
                        14 out of 15
                        • First post
                          14/15
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups
                        • Search
                        • Get Qt Extensions
                        • Unsolved