CMake: pro2cmake.py: Map libpng to PNG::PNG

Change-Id: Ia8dd20b777e24e2783bedb0f063db2189e0b7ed3
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tobias Hunger 2019-03-01 15:54:40 +01:00
parent a5f51e4898
commit 66a4267f93

View File

@ -220,6 +220,7 @@ libray_mapping = {
'icu': 'ICU::i18n ICU::uc ICU::data',
'libatomic': 'Atomic',
'libdl': '${CMAKE_DL_LIBS}',
'libpng' : 'PNG::PNG',
'libproxy': 'LibProxy::LibProxy',
'librt': 'WrapRt',
'pcre2': 'PCRE2',