Upgrading from QT5 to QT6 configure flags
Unsolved
Qt 6
-
We are using configure with flags to exlcude libraries.
In QT5 we had this flags: -no-compile-examples and -no-zlib .They are no longer working on QT6/
For zlip i get this error: Invalid value 'no' supplied to command line option 'zlib'.
for no-compile-examples i get this error: Unknown command line option '-no-compile-examples'.Was the flags changed or omitted?
-