Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-135820

Packaging Virtual keyboard via install script.

    XMLWordPrintable

Details

    • Linux/X11

    Description

      A request for packaging the virtual keyboard via the install script. Currently, when using qt_generate_deploy_qml_app_script to install, the installed program does not properly open the virtual keyboard.

      To illustrate the current limitation,  build the attached project, and then install it using cpack and dpkg -i.

      Specifying the plugin import path manually, as shown below, is necessary to have  virtual keyboard for the installed app.

      set(VKB_OUTPUT_DIR "plugins")
      
      get_target_property(Qt_virtualkeyboardplugin_location Qt6::QVirtualKeyboardPlugin LOCATION)
      install(FILES ${Qt_virtualkeyboardplugin_location} DESTINATION ${VKB_OUTPUT_DIR}/platforminputcontexts) 

      Attachments

        1. TestVkb.zip
          3 kB
          Mehdi Belila
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jakoivik Jarkko Koivikko
            mahdi.belila Mehdi Belila
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes