From dc7538441a21b4810005a6556dc3a9e32399b20c Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Sat, 28 May 2016 16:31:23 +0200 Subject: install the qtpng library it's used outside qtbase (by qtimageformats), so this is needed for modular builds to work. Change-Id: I3dffa76178502894bd063af366bd9a74be3b316a Reviewed-by: Joerg Bornemann --- src/3rdparty/libpng/libpng.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/3rdparty/libpng/libpng.pro b/src/3rdparty/libpng/libpng.pro index 7d51c30cb4..ab6dd51e2b 100644 --- a/src/3rdparty/libpng/libpng.pro +++ b/src/3rdparty/libpng/libpng.pro @@ -3,7 +3,8 @@ TARGET = qtpng CONFIG += \ static \ hide_symbols \ - exceptions_off rtti_off warn_off + exceptions_off rtti_off warn_off \ + installed load(qt_helper_lib) -- cgit v1.2.3