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

UIC generates an invalid include for QRegExpValidator

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.6.0 Beta
    • 5.4.2, 5.5.0
    • Build tools: uic
    • None
    • Debian GNU/Linux sid and experimental
    • a4df9739a2898f496a1c4ccf6b44d81a7090fa33 (qtbase/5.6, 30.9.2015, 5.6.b)

    Description

      Original bug:. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800375

      When using uic (Qt5 version) with the following UI file:
      https://raw.githubusercontent.com/gnuradio/gnuradio/master/gr-qtgui/lib/spectrumdisplayform.ui
      The generated header file will include <QtWidgets/QRegExpValidator>.
      This file does not exist on Debian [maintainer note: because it's the wrong path].
      Instead, the generated header file should include
      QtGui/QRegExpValidator> as provided by the qtbase5-dev package
      [maintainer note: package that provides headers for the qtbase submodule].

      I could also reproduce it with Qt 5.4.0.

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            lisandropm Lisandro Damián Nicanor Pérez Meyer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes