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

CONFIG+=qpa/genericunixfontdatabase breaks outside qtbase with prefix builds

    XMLWordPrintable

Details

    • 8a3adfbed20b95bfc7d8dd8d31c224c79788def8

    Description

      src/platformsupport/fontdatabases/basic/basic.pri pulls in libqtfreetype.a via src/3rdparty/freetype_dependency.pri.

      However, this library is not copied during make install:

      cd 3rdparty/freetype/ && ( test -e Makefile || /home/agocs/Data/k1/NVidia/vibrante_linux/qtbase/bin/qmake /home/agocs/Data/k1/NVidia/vibrante_linux/qtbase/src/3rdparty/freetype/freetype.pro -qtconf /home/agocs/Data/k1/NVidia/vibrante_linux/qtbase/bin/qt.conf -o Makefile ) && make -f Makefile install
      make[1]: Entering directory `/home/agocs/Data/k1/NVidia/vibrante_linux/qtbase/src/3rdparty/freetype'
      make[1]: Nothing to be done for `install'.
      make[1]: Leaving directory `/home/agocs/Data/k1/NVidia/vibrante_linux/qtbase/src/3rdparty/freetype'
      

      This means that when Qt Wayland tries to do CONFIG += qpa/genericunixfontdatabase, the build breaks.

      Is there something we can do about this?

      Attachments

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

        Activity

          People

            lagocs Laszlo Agocs
            lagocs Laszlo Agocs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes