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>
bb10
Oswald Buddenhagen 2016-05-28 16:31:23 +02:00 committed by Liang Qi
parent 0fbedac2ef
commit dc7538441a
1 changed files with 2 additions and 1 deletions

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)