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

CONFIG+=disable-desktop has no effect

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P1: Critical
    • None
    • 6.0
    • Virtual Keyboard
    • None
    • Ubuntu 18.04.3
    • Linux/X11

    Description

      First I removed the build:

      rm -fr qtvirtualkeyboard/*
      

      Then I ran qmake (copied from what I had in Creator):

      /home/mitch/dev/qt-dev-debug/qtbase/bin/qmake /home/mitch/dev/qt-dev/qtvirtualkeyboard/qtvirtualkeyboard.pro -spec linux-g++ CONFIG+=qml_debug CONFIG+=pinyin CONFIG+=disable-desktop && /usr/bin/make qmake_all
      

      Then reconfigured Qt:

      cd .. && make qmake
      

      Then built:

      cd qtvirtualkeyboard && make -j 8
      

      Built the example:

      mkdir -p examples/virtualkeyboard/basic
      cd examples/virtualkeyboard/basic
      ~/dev/qt-dev-debug/qtbase/bin/qmake ~/dev/qt-dev/qtvirtualkeyboard/examples/virtualkeyboard/basic/
      make -j 8
      

      I then build the basic example, but when running it, I still get a fullscreen "desktop" keyboard as opposed to the "application" one integrated into the Qt Quick scene.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mitch_curtis Mitch Curtis
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes