Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [ANDROID] QWebView

[ANDROID] QWebView

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 3 Posters 4.2k Views 1 Watching
  • 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.
  • E Offline
    E Offline
    enaud84
    wrote on last edited by
    #1

    Hi all,
    i have qt 5.3 for android installed on my windows pc.. i want use a QWebView Module but when i edit my .pro file ( itried many names) i view an error where i dont have this module:

    @QT += core gui
    QT += webkitwidgets

    greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

    TARGET = test_android
    TEMPLATE = app

    SOURCES += main.cpp
    mainwindow.cpp

    HEADERS += mainwindow.h

    FORMS += mainwindow.ui

    CONFIG += mobility
    MOBILITY =
    @

    @Project ERROR: You need to set the ANDROID_NDK_ROOT environment variable to point to your Android NDK.
    Could not read qmake configuration file C:/Qt/Qt5.3.0/5.3/android_armv7/mkspecs/android-g++/qmake.conf.
    Project ERROR: Unknown module(s) in QT: androidextras
    Project ERROR: Unknown module(s) in QT: webkits
    Project ERROR: Unknown module(s) in QT: qtwebkits
    Project ERROR: Unknown module(s) in QT: webkitwidgets
    Project ERROR: Unknown module(s) in QT: webkitwidgets
    Project ERROR: Unknown module(s) in QT: qtwebkitwidgets
    Project ERROR: Unknown module(s) in QT: qwebkitwidgets
    Project ERROR: Unknown module(s) in QT: webkitwidgets
    Project ERROR: Unknown module(s) in QT: webkitwidgets
    Project ERROR: Unknown module(s) in QT: webkit
    Project ERROR: Unknown module(s) in QT: webkitwidgets@

    Bye

    1 Reply Last reply
    0
    • metaDomM Offline
      metaDomM Offline
      metaDom
      wrote on last edited by
      #2

      Webkit is not supported on mobile (Android / iOS) platforms.

      1 Reply Last reply
      0
      • E Offline
        E Offline
        enaud84
        wrote on last edited by
        #3

        and how to do for view a web windows in my app ? for example google MAPS?

        1 Reply Last reply
        0
        • R Offline
          R Offline
          rom8726
          wrote on last edited by
          #4

          May be, it will help you: http://qt-project.org/forums/viewthread/42794/

          1 Reply Last reply
          0

          • Login

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