summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-01-26 13:11:42 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-01-26 13:26:47 +0000
commit8a3adfbed20b95bfc7d8dd8d31c224c79788def8 (patch)
tree659788f3729d2316bca394d590031a38ce472c6b
parentc88939ab05dedc566c8f329e32da2de689cd4925 (diff)
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>
-rw-r--r--src/3rdparty/freetype/freetype.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/freetype/freetype.pro b/src/3rdparty/freetype/freetype.pro
index e9436febc6..04aa3b8e18 100644
--- a/src/3rdparty/freetype/freetype.pro
+++ b/src/3rdparty/freetype/freetype.pro
@@ -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)