Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.6.0 Alpha
-
Fix Version/s: 5.6.0 RC
-
Component/s: Build System, GUI: Font handling, QPA: Wayland
-
Labels:None
-
Environment:Cross-compiling dev or 5.6 for NVIDIA Jetson boards.
-
Commits: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
For Gerrit Dashboard: QTBUG-50659 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
147389,3 | Install the static qtfreetype lib | 5.6 | qt/qtbase | Status: MERGED | +2 | 0 |