Use the correct CMake argument name for -libpng and -libjpeg
The qt_feature calls are for "jpeg" and "png". Pick-to: 6.6 6.5 Fixes: QTBUG-120036 Change-Id: I43e69d9fd1e08383b5ddfbfe194eaa2f2ae52f50 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 8646010223c7a103fc53ff0705dece8904ee268c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
40cd1049a6
commit
d173fda6e9
@ -160,8 +160,8 @@ The following table describes the mapping of configure options to CMake argument
|
||||
| -xkbcommon | -DFEATURE_xkbcommon=ON | |
|
||||
| -gif | -DFEATURE_gif=ON | |
|
||||
| -ico | -DFEATURE_ico=ON | |
|
||||
| -libpng | -DFEATURE_libpng=ON | |
|
||||
| -libjpeg | -DFEATURE_libjpeg=ON | |
|
||||
| -libpng | -DFEATURE_png=ON | |
|
||||
| -libjpeg | -DFEATURE_jpeg=ON | |
|
||||
| -sql-<driver> | -DFEATURE_sql_<driver>=ON | |
|
||||
| -sqlite [qt/system] | -DFEATURE_system_sqlite=OFF/ON | |
|
||||
| -disable-deprecated-up-to <hex_version> | -DQT_DISABLE_DEPRECATED_UP_TO=<hex_version> | |
|
||||
|
Loading…
x
Reference in New Issue
Block a user