<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable]]></title><description><![CDATA[<p dir="auto">This is the error message I get:</p>
<p dir="auto">bq.  Unknown module(s) in QT: webkitwidgets webkit</p>
<p dir="auto">How can I fix this this problem? I swear I've seen Webkit being built! At least, some parts of it, v8 and such. In fact, that's what took the most of the day. Why do I get this error and how to fix it?</p>
<p dir="auto">This is how I've configured Qt:</p>
<p dir="auto">bq. ./configure -c++11 -no-qml-debug -no-openssl -nomake examples -nomake tests -no-cups -no-icu -no-xcb  -opengl desktop</p>
<p dir="auto">There are indeed files qtwebkit/lib/QtWebKit.framework and QtWebKitWidgets.framework</p>
]]></description><link>https://forum.qt.io/topic/38413/solved-building-qt-5-3-alpha-on-mac-webkitwidgets-and-webkit-built-successfully-but-are-unavailable</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 04:57:59 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/38413.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 28 Feb 2014 07:50:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Wed, 05 Mar 2014 14:08:43 GMT]]></title><description><![CDATA[<p dir="auto">Aha! It was a problem with qmake. It was the right qmake, but I was using a copy located elsewhere. Once I pointed to the same qmake in /usr/local/Qt-5.3.../bin, it all started working. Thanks!</p>
]]></description><link>https://forum.qt.io/post/217191</link><guid isPermaLink="true">https://forum.qt.io/post/217191</guid><dc:creator><![CDATA[Violet Giraffe]]></dc:creator><pubDate>Wed, 05 Mar 2014 14:08:43 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Wed, 05 Mar 2014 13:58:20 GMT]]></title><description><![CDATA[<p dir="auto">If I run qmake manually from an arbitrary dir, I will get qmake for 4.8.5 which, apparently, I have in PATH and I need to preserve this behaviour. In Qt creator, I have all my 3 Qt versions configured, and I have manually pointed each to the right qmake.</p>
]]></description><link>https://forum.qt.io/post/217189</link><guid isPermaLink="true">https://forum.qt.io/post/217189</guid><dc:creator><![CDATA[Violet Giraffe]]></dc:creator><pubDate>Wed, 05 Mar 2014 13:58:20 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Wed, 05 Mar 2014 13:51:41 GMT]]></title><description><![CDATA[<p dir="auto">And just to be sure run qmake -v to verify that you are calling qmake from correct Qt.</p>
]]></description><link>https://forum.qt.io/post/217188</link><guid isPermaLink="true">https://forum.qt.io/post/217188</guid><dc:creator><![CDATA[andreyc]]></dc:creator><pubDate>Wed, 05 Mar 2014 13:51:41 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Wed, 05 Mar 2014 13:51:00 GMT]]></title><description><![CDATA[<p dir="auto">Try to run qmake manually with -d option<br />
@<br />
qmake -d -recursive your_sources_dir<br />
@</p>
<p dir="auto">It will produce a lot of info</p>
]]></description><link>https://forum.qt.io/post/217186</link><guid isPermaLink="true">https://forum.qt.io/post/217186</guid><dc:creator><![CDATA[andreyc]]></dc:creator><pubDate>Wed, 05 Mar 2014 13:51:00 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Wed, 05 Mar 2014 13:43:46 GMT]]></title><description><![CDATA[<p dir="auto">No, I don't believe so. i've got 3 versions of Qt, of which all have webkit. Plus, I'm running qmake from Qt Creator where I have 3 kits configured, so I'm pretty sure I've got the right qmake.</p>
]]></description><link>https://forum.qt.io/post/217185</link><guid isPermaLink="true">https://forum.qt.io/post/217185</guid><dc:creator><![CDATA[Violet Giraffe]]></dc:creator><pubDate>Wed, 05 Mar 2014 13:43:46 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Wed, 05 Mar 2014 13:18:14 GMT]]></title><description><![CDATA[<p dir="auto">Is it possible that you have another version of Qt without webkit and you run qmake from that Qt?</p>
]]></description><link>https://forum.qt.io/post/217179</link><guid isPermaLink="true">https://forum.qt.io/post/217179</guid><dc:creator><![CDATA[andreyc]]></dc:creator><pubDate>Wed, 05 Mar 2014 13:18:14 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Wed, 05 Mar 2014 13:11:26 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the advice, but I don't see anything wrong here:</p>
<p dir="auto">bq. otool -L /usr/local/Qt-5.3.0/lib/QtWebKit.framework/QtWebKit<br />
/usr/local/Qt-5.3.0/lib/QtWebKit.framework/QtWebKit:<br />
/usr/local/Qt-5.3.0/lib/QtWebKit.framework/Versions/5/QtWebKit (compatibility version 5.3.0, current version 5.3.0)<br />
/usr/local/Qt-5.3.0/lib/QtNetwork.framework/Versions/5/QtNetwork (compatibility version 5.3.0, current version 5.3.0)<br />
/usr/local/Qt-5.3.0/lib/QtCore.framework/Versions/5/QtCore (compatibility version 5.3.0, current version 5.3.0)<br />
/usr/local/Qt-5.3.0/lib/QtGui.framework/Versions/5/QtGui (compatibility version 5.3.0, current version 5.3.0)<br />
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0)<br />
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1265.0.0)<br />
/usr/lib/libxml2.2.dylib (compatibility version 10.0.0, current version 10.9.0)<br />
/usr/lib/libxslt.1.dylib (compatibility version 3.0.0, current version 3.26.0)<br />
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5)<br />
/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface (compatibility version 1.0.0, current version 1.0.0)<br />
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.11.0)<br />
/usr/lib/libsqlite3.dylib (compatibility version 9.0.0, current version 158.0.0)<br />
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)<br />
/usr/lib/libicucore.A.dylib (compatibility version 1.0.0, current version 51.1.0)<br />
/usr/local/Qt-5.3.0/lib/QtQuick.framework/Versions/5/QtQuick (compatibility version 5.3.0, current version 5.3.0)<br />
/usr/local/Qt-5.3.0/lib/QtQml.framework/Versions/5/QtQml (compatibility version 5.3.0, current version 5.3.0)<br />
/usr/local/Qt-5.3.0/lib/QtMultimedia.framework/Versions/5/QtMultimedia (compatibility version 5.3.0, current version 5.3.0)<br />
/usr/local/Qt-5.3.0/lib/QtSql.framework/Versions/5/QtSql (compatibility version 5.3.0, current version 5.3.0)<br />
/usr/local/Qt-5.3.0/lib/QtPositioning.framework/Versions/5/QtPositioning (compatibility version 5.3.0, current version 5.3.0)<br />
/usr/local/Qt-5.3.0/lib/QtSensors.framework/Versions/5/QtSensors (compatibility version 5.3.0, current version 5.3.0)<br />
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)<br />
/System/Library/Frameworks/AGL.framework/Versions/A/AGL (compatibility version 1.0.0, current version 1.0.0)<br />
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0)<br />
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)<br />
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)<br />
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 59.0.0)<br />
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)<br />
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 1056.0.0)</p>
<p dir="auto">I want to stress that my application uses core, gui, network, script, opengl, widgets and webkit components, of which webkit is the only problematic one. If I remove webkit dependency from the application, I can build and run it no problem.</p>
]]></description><link>https://forum.qt.io/post/217175</link><guid isPermaLink="true">https://forum.qt.io/post/217175</guid><dc:creator><![CDATA[Violet Giraffe]]></dc:creator><pubDate>Wed, 05 Mar 2014 13:11:26 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Wed, 05 Mar 2014 12:59:05 GMT]]></title><description><![CDATA[<p dir="auto">"Qt for Mac OS X - Deployment":<a href="http://qt-project.org/doc/qt-5/macosx-deployment.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-5/macosx-deployment.html</a> gives more details on it.</p>
]]></description><link>https://forum.qt.io/post/217168</link><guid isPermaLink="true">https://forum.qt.io/post/217168</guid><dc:creator><![CDATA[andreyc]]></dc:creator><pubDate>Wed, 05 Mar 2014 12:59:05 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Wed, 05 Mar 2014 12:56:25 GMT]]></title><description><![CDATA[<p dir="auto">Mac OS X requires some additional steps to be done if you build it by yourself.</p>
<p dir="auto">What does otool -L shows?<br />
@<br />
otool -L /Qt_install_root/lib/QtWebKit.framework/QtWebKit<br />
@</p>
<p dir="auto">if it does not show correct path to QtWebKit then you need to modify it using install_name_tool<br />
@<br />
install_name_tool -change QtWidgets.framework/Versions/5/QtWidgets /Qt_install_root/lib/QtWidgets.framework/Versions/5/QtWidgets  /Qt_install_root/lib/QtWidgets.framework/Versions/5/QtWidgets<br />
@</p>
<p dir="auto">The same steps need to be done for all shared libraries.</p>
]]></description><link>https://forum.qt.io/post/217170</link><guid isPermaLink="true">https://forum.qt.io/post/217170</guid><dc:creator><![CDATA[andreyc]]></dc:creator><pubDate>Wed, 05 Mar 2014 12:56:25 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Wed, 05 Mar 2014 10:10:36 GMT]]></title><description><![CDATA[<p dir="auto">QtWebKit.framework is far from empty, 183.4 MB. It is located at the correct path.<br />
I get this error when running qmake on a .pro file that has QT += webkit</p>
]]></description><link>https://forum.qt.io/post/217158</link><guid isPermaLink="true">https://forum.qt.io/post/217158</guid><dc:creator><![CDATA[Violet Giraffe]]></dc:creator><pubDate>Wed, 05 Mar 2014 10:10:36 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Wed, 05 Mar 2014 01:41:01 GMT]]></title><description><![CDATA[<p dir="auto">How do you get that error message?<br />
Do you run examples or trying to build something using the modules?</p>
<p dir="auto">Take a look on the installation directory Qt_install_root/lib and verify that you have QtWebkit framework installed and it contains something.</p>
]]></description><link>https://forum.qt.io/post/217139</link><guid isPermaLink="true">https://forum.qt.io/post/217139</guid><dc:creator><![CDATA[andreyc]]></dc:creator><pubDate>Wed, 05 Mar 2014 01:41:01 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Tue, 04 Mar 2014 14:38:18 GMT]]></title><description><![CDATA[<p dir="auto">Just to reiterate: I've built QtWebkit successfully - without ICU and Ruby. In fact, I've configured Qt with -no-icu, and I still got QtWebkit framework built.  Are you saying it's non-functional and that's why it is not detected by qmake? I think building QtWebkit took more than half the total time to build Qt.</p>
]]></description><link>https://forum.qt.io/post/217084</link><guid isPermaLink="true">https://forum.qt.io/post/217084</guid><dc:creator><![CDATA[Violet Giraffe]]></dc:creator><pubDate>Tue, 04 Mar 2014 14:38:18 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Tue, 04 Mar 2014 14:03:38 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Qt WebKit requires ICU and Ruby: <a href="http://qt-project.org/wiki/Building_Qt_5_from_Git" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/wiki/Building_Qt_5_from_Git</a></p>
]]></description><link>https://forum.qt.io/post/217078</link><guid isPermaLink="true">https://forum.qt.io/post/217078</guid><dc:creator><![CDATA[JKSH]]></dc:creator><pubDate>Tue, 04 Mar 2014 14:03:38 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Building Qt 5.3 Alpha on Mac: webkitwidgets and webkit built successfully, but are unavailable on Tue, 04 Mar 2014 08:46:20 GMT]]></title><description><![CDATA[<p dir="auto">Any advice please? The problem is that qmake doesn't acknowledge I do have webkit. Where does it get a list of available Qt modules?</p>
]]></description><link>https://forum.qt.io/post/217041</link><guid isPermaLink="true">https://forum.qt.io/post/217041</guid><dc:creator><![CDATA[Violet Giraffe]]></dc:creator><pubDate>Tue, 04 Mar 2014 08:46:20 GMT</pubDate></item></channel></rss>