Add missing install of pnglibconf.h for static builds

Installing only pngconf.h is not enough.

This commit amends be2745e478

Pick-to: 6.3
Change-Id: I8de1565434c315c7197d4602a8460ead794176d7
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Michal Klocek 2022-03-11 16:55:44 +01:00
parent 715420095a
commit 2f894293ae

View File

@ -35,6 +35,7 @@ qt_internal_add_3rdparty_header_module(PngPrivate
EXTERNAL_HEADERS
png.h
pngconf.h
pnglibconf.h
)
qt_disable_warnings(BundledLibpng)