Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.4.2
-
None
-
f6c8bbb95 (dev)
Description
Trying to use the command :
/configure -prefix /usr/lib/qt6_latest -static -release -confirm-license -force-debug-info -sql-sqlite -opengl desktop -commercial -nomake examples -nomake tests -bundled-xcb-xinput -skip qtwebengine -no-icu -no-tiff -no-zlib -qt-libpng -platform linux-g++-64 -no-pcre
but i get error:
CMake Error at qtbase/cmake/QtProcessConfigureArgs.cmake:270 (message):
Invalid value 'no' supplied to command line option 'zlib'.
but the documentation states that this combination is ok :
https://doc.qt.io/qt-6/configure-options.html
In 3rd party libraries table, zlib is mentioned and right after its written :
it's also possible to disable support for these libraries by using -no instead of -qt.