On Friday, 19 April 2019 08:11:41 +08 Carlos Enrique Pérez Sánchez wrote: > ``` > ./configure -prefix "/somePath/Qt512Static" -static -release -opensource > -confirm-license -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -fontconfig > -qt-xcb -opengl desktop -sql-sqlite -make libs -make tools -nomake examples > -nomake tests -skip qtwebengine > ```
Please note the -qt-zlib option and family: if you choose to use the bundled versions from Qt, you'll need to monitor those upstreams for security issues and, if any is found, rebuild your application after applying the fix to the sources bundled in Qt. Far better to use -system-zlib and family. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
