summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-28 16:31:23 +0200
committerLiang Qi <liang.qi@qt.io>2016-05-30 13:30:08 +0000
commitdc7538441a21b4810005a6556dc3a9e32399b20c (patch)
treedf89989e9a10fb58a5e7ac5a68b1e5b9fde6b10d /src/3rdparty
parent0fbedac2efba15b6791f641d2e4fea1e40d262bd (diff)
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 <joerg.bornemann@qt.io>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/libpng/libpng.pro3
1 files changed, 2 insertions, 1 deletions
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)