[Buildroot] [Bug 6830] Qt5: no fonts are installed

bugzilla at busybox.net bugzilla at busybox.net
Sat Feb 1 11:57:47 UTC 2014


https://bugs.busybox.net/show_bug.cgi?id=6830

--- Comment #2 from syntheticpp at gmx.net 2014-02-01 11:57:47 UTC ---
Seems -fontconfig disables font installation:

$cat qtbase/mkspecs/features/qpa/genericunixfontdatabase.prf
CONFIG += qpa/basicunixfontdatabase
contains(QT_CONFIG, fontconfig) {
    DEFINES += Q_FONTCONFIGDATABASE
    LIBS += -lfontconfig
} else:!android {
    fonts.path = $$[QT_INSTALL_LIBS]/fonts
    fonts.files = $$QT_SOURCE_TREE/lib/fonts/*
    INSTALLS += fonts
}

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the buildroot mailing list