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:
parent
0fbedac2ef
commit
dc7538441a
3
src/3rdparty/libpng/libpng.pro
vendored
3
src/3rdparty/libpng/libpng.pro
vendored
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user