Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt 5.6.3 Qtvirtual keyboard not installed
Forum Updated to NodeBB v4.3 + New Features

Qt 5.6.3 Qtvirtual keyboard not installed

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 2 Posters 506 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.
  • R Offline
    R Offline
    Ramakanth
    wrote on last edited by
    #1

    Hi,

    Tried to install https://download.qt.io/new_archive/qt/5.6/5.6.3/submodules/qtvirtualkeyboard-opensource-src-2.0.tar.xz as a separate module in Qt 5.6.3 on ubuntu 16.04, it doesn't installs the libQt5VirtualKeyBoard so but only generates libqtvirtualkeyboardstylesplugin.so though there are no build errors.

    Please suggest in this regard.

    Best Regards,
    Ramakanth

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Please give more information about what you did to build the module, the configuration log, etc.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • R Offline
        R Offline
        Ramakanth
        wrote on last edited by
        #3

        After building Qt 5.6.3, built QtvirtualKeyboard as a separate module using below:
        qmake
        make
        sudo make install

        Didnot find the configuration log in the top level directory generated.
        However, it generates only libqtvirtualkeyboardstylesplugin.so

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Are you sure you are using the correct qmake ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • R Offline
            R Offline
            Ramakanth
            wrote on last edited by
            #5

            Thanks..It worked as it is installed as a qml plugin with changes static {
            QT += svg
            QTPLUGIN += qtvirtualkeyboardplugin
            }
            and adding QML_IMPORT_PATH=/usr/local/Qt-5.6.3/qml in pro file. However, it needs to be imported as import QtQuick.Enterprise.VirtualKeyboard 2.0 .

            Does it mean it cannot be used as part of Qt 5.6.3 opensource modules but only as a commercial module including Qt charts?

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              From the looks of it, the 5.6 version seems to be commercial. From 5.7, the dual licensing appears.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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