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

Qt cannot be compiled from GIT when QT_NO_TOOLTIP is defined

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.13.2
    • 5.13.1
    • Build System, Other
    • None
    • Linux (Kubuntu)
    • All

    Description

      Sometimes we need to compile Qt without tooltip support (for example in WASM, tooltip support seems to be broken). To turn off this feature QT_NO_TOOLTIP should be defined.

      Using current Qt 5.13.1 version, if that is defined and the compilation is done from GIT repository, the "make install" fails since src/assistant/help/qhelpsearchquerywidget.cpp contains calls to ->setTooltip not guarded by checking for QT_NO_TOOLTIP.

      Attached patches for Qt 5.13.1

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            imrenagy imrenagy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes