Results 1 to 2 of 2

Thread: module "QtWebEngine" is not installed - error in QML

  1. #1
    Join Date
    Feb 2015
    Posts
    185
    Thanks
    5
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default module "QtWebEngine" is not installed - error in QML

    I am trying to port from QGraphicsWebView to QWebEngineView.

    There is a QML linked with the QGraphicsWebView where GraphicsWebVeiw is used directly in QML.

    When I try to replicate the same funda using QWebEngineView (i.e.) replacing the GraphicsWebView with WebEngineView getting the below error.
    module "QtWebEngine" is not installed

    Kindly let me know how to get over this error. When I checked the QT installed directory got the below files in that folder.


    DTPC-184N:~ user$ cd /Applications/QT/5.4/clang_64/qml/QtWebEngine
    DTPC-184N:QtWebEngine user$ ls -lrt
    total 416
    -rw-r--r-- 1 root admin 70 Feb 13 15:55 qmldir
    -rw-r--r-- 1 root admin 5786 Feb 13 15:56 plugins.qmltypes
    drwxr-xr-x 5 root admin 170 Feb 13 15:56 experimental
    drwxr-xr-x 10 root admin 340 Feb 13 15:56 UIDelegates
    -rwxr-xr-x 1 root admin 56836 Feb 13 15:57 libqtwebengineplugin.dylib
    -rwxr-xr-x 1 root admin 139492 Feb 13 15:57 libqtwebengineplugin_debug.dylib

  2. #2
    Join Date
    Dec 2015
    Posts
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: module "QtWebEngine" is not installed - error in QML

    In your .pro file, did you QT += webengine

    Examine "quicknanobrowser" example to know how WebEngineView could be used

Similar Threads

  1. Replies: 11
    Last Post: 30th March 2015, 06:03
  2. Replies: 32
    Last Post: 25th August 2012, 23:10
  3. error:module "com.nokia.symbian" is not installed
    By vinayaka in forum Qt Programming
    Replies: 1
    Last Post: 26th February 2012, 07:39
  4. Replies: 1
    Last Post: 28th November 2010, 17:16
  5. Replies: 21
    Last Post: 20th October 2010, 13:25

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.