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>
This commit is contained in:
Oswald Buddenhagen 2016-05-28 16:31:23 +02:00 committed by Liang Qi
parent 0fbedac2ef
commit dc7538441a

View File

@ -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)