Qtwebkit.dll was not created after build process but it does not throw any error
-
Might be a silly question but did you call configure in the source's root folder or qtbase ?
-
Hmm... it looks like ICU is enabled, which is good.
- Do you have the other WebKit requirements at https://wiki.qt.io/Building_Qt_5_from_Git#System_Requirements ?
- Open the Makefile in your Qt root folder. It should have lines line
module-qtbase
,module-qtmultimedia
, etc. Does it containmodule-qtwebkit
? - Are you able to use your newly-built Qt tools to build
<Qt Root>\qtwebkit\WebKit.pro
?
-
wrote on 1 Nov 2015, 14:44 last edited by sandy.martel23 11 Jan 2015, 14:46
Do you have ruby, python, perl and qt/Qt\gnuwin32\bin available in your PATH?
-
wrote on 3 Nov 2015, 07:16 last edited by
Yes I have all requirements needed to webkit build. but qtwebkit.dll was not created
-
wrote on 3 Nov 2015, 07:26 last edited by
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? -
Might be a silly question but did you call configure in the source's root folder or qtbase ?
-
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?@Shidharth said:
Make file contains module-qtwebkit..
What happens if you go to the root folder and call this?:
nmake module-qtwebkit
-
@Shidharth said:
Make file contains module-qtwebkit..
What happens if you go to the root folder and call this?:
nmake module-qtwebkit
wrote on 3 Nov 2015, 12:25 last edited by@JKSH
It Shows this details but webkit.dll was not createdcd 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 MakefileMicrosoft (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 MakefileMicrosoft (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 MakefileMicrosoft (R) Program Maintenance Utility Version 11.00.60610.1
Copyright (C) Microsoft Corporation. All rights reserved.C:\Qt\5.5>
-
@JKSH
It Shows this details but webkit.dll was not createdcd 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 MakefileMicrosoft (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 MakefileMicrosoft (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 MakefileMicrosoft (R) Program Maintenance Utility Version 11.00.60610.1
Copyright (C) Microsoft Corporation. All rights reserved.C:\Qt\5.5>
@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?
-
@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?
wrote on 3 Nov 2015, 12:46 last edited byc:\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.proqmake_all: FORCE
make_first: FORCE
all: FORCE
clean: FORCE
distclean: FORCE
-$(DEL_FILE) Makefile
install_subtargets: FORCE
uninstall_subtargets: FORCEreconfigure:
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 /qincremental:
$(MAKE) -f $(MAKEFILE) qmake_all && $(MAKE) -f $(MAKEFILE)%.h:
@echo >NULdebug:
release:
html_docs:
$(MAKE) -f $(MAKEFILE) prepare_docs && $(MAKE) -f $(MAKEFILE) generate_docsdocs:
$(MAKE) -f $(MAKEFILE) html_docs && $(MAKE) -f $(MAKEFILE) qch_docsinstall_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 FORCEuninstall: uninstall_subtargets FORCE
-
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.proqmake_all: FORCE
make_first: FORCE
all: FORCE
clean: FORCE
distclean: FORCE
-$(DEL_FILE) Makefile
install_subtargets: FORCE
uninstall_subtargets: FORCEreconfigure:
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 /qincremental:
$(MAKE) -f $(MAKEFILE) qmake_all && $(MAKE) -f $(MAKEFILE)%.h:
@echo >NULdebug:
release:
html_docs:
$(MAKE) -f $(MAKEFILE) prepare_docs && $(MAKE) -f $(MAKEFILE) generate_docsdocs:
$(MAKE) -f $(MAKEFILE) html_docs && $(MAKE) -f $(MAKEFILE) qch_docsinstall_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 FORCEuninstall: uninstall_subtargets FORCE
@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.
14/15