summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-03-01 15:54:40 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-03-04 09:09:04 +0000
commit66a4267f93b24b5cc6aac9aea1133f79675c1756 (patch)
tree1b71865ed8a9f4c5581e23fde3f3928dddb701a9
parenta5f51e489885babf48cbc3fd224e1492a02bd60f (diff)
CMake: pro2cmake.py: Map libpng to PNG::PNG
Change-Id: Ia8dd20b777e24e2783bedb0f063db2189e0b7ed3 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--util/cmake/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index c7749e50a6..b50289e97d 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -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',