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:
Laszlo Agocs 2016-01-26 13:11:42 +01:00
parent c88939ab05
commit 8a3adfbed2

View File

@ -3,7 +3,8 @@ TARGET = qtfreetype
CONFIG += \ CONFIG += \
static \ static \
hide_symbols \ hide_symbols \
exceptions_off rtti_off warn_off exceptions_off rtti_off warn_off \
installed
load(qt_helper_lib) load(qt_helper_lib)