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:
parent
715420095a
commit
2f894293ae
1
src/3rdparty/libpng/CMakeLists.txt
vendored
1
src/3rdparty/libpng/CMakeLists.txt
vendored
@ -35,6 +35,7 @@ qt_internal_add_3rdparty_header_module(PngPrivate
|
||||
EXTERNAL_HEADERS
|
||||
png.h
|
||||
pngconf.h
|
||||
pnglibconf.h
|
||||
)
|
||||
|
||||
qt_disable_warnings(BundledLibpng)
|
||||
|
Loading…
Reference in New Issue
Block a user