Quantcast
Channel: Qt DevNet forums: Qt WebKit
Viewing all articles
Browse latest Browse all 542

Problem with QtWebkit installation after building Qt5 on windows with win32-msvc2012

$
0
0
Hello, I am trying to build Qt5 on windows using win32-msvc2102. The build seems to be going OK but when I try to run the youtubeview example I get the error: qrc:///youtubeview.qml:42:1: module “QtWebKit” is not installed I followed the forum instructions and tried to add QML2_IMPORT_PATH to …\qtbase\imports where I found the QtWebkit binaries. After this I get the error: qrc:///youtubeview.qml:42:1: plugin cannot be loaded for module “QtWebKit”: Unknown error I get the same result if I try to copy the QtWebkit directory from under qtbase\imports to qtbase\qml. There seems to be a bug on a similar problem reported earlier but windows isn’t included in the platforms: https://bugreports.qt-project.org/browse/QTBUG-28308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel Is there something more I could try to fix this and get the example running? I also tried to add the webkit widgets (QT += quick qml webkit webkitwidgets) to youtubeview.pro but it doesn’t help. Any help is appreciated! Thanks!

Viewing all articles
Browse latest Browse all 542