Install the static qtfreetype lib
Modules relying on font support via platformsupport (Qt Wayland) need the static libqtfreetype.a. Add CONFIG+=installed to get it copied during make install. Task-number: QTBUG-50659 Change-Id: Ie6252e7f2dda1dc3da97fee258b9d53b7ca349c0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
c88939ab05
commit
8a3adfbed2
3
src/3rdparty/freetype/freetype.pro
vendored
3
src/3rdparty/freetype/freetype.pro
vendored
@ -3,7 +3,8 @@ TARGET = qtfreetype
|
||||
CONFIG += \
|
||||
static \
|
||||
hide_symbols \
|
||||
exceptions_off rtti_off warn_off
|
||||
exceptions_off rtti_off warn_off \
|
||||
installed
|
||||
|
||||
load(qt_helper_lib)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user