What's new in static build qt 5.15.2 with msvc2019, win 10 ?
Solved
General and Desktop
-
Hi all, what has changed in static build? I upgraded from 5.14.2 to 5.15.2 and configured with this command:
configure -recheck-all -skip qtdoc -skip qtgamepad -skip qtpurchasing -skip qtvirtualkeyboard -prefix G:\Qt_5.15.2 -release -opensource -confirm-license -platform win32-msvc2019 -angle -static
For some reason, it is not going to: Qt Quick, Qt QML
Qt Sql: SQL item models ........................ yes Qt Widgets: GTK+ ................................... no Styles ................................. Fusion Windows WindowsVista Qt PrintSupport: CUPS ................................... no Qt Sql Drivers: DB2 (IBM) .............................. no InterBase .............................. no MySql .................................. no OCI (Oracle) ........................... no ODBC ................................... yes PostgreSQL ............................. no SQLite2 ................................ no SQLite ................................. yes Using system provided SQLite ......... no TDS (Sybase) ........................... no Qt Testlib: Tester for item models ................. yes Note: Using static linking will disable the use of dynamically loaded plugins. Make sure to import all needed static plugins, or compile needed modules into the library.
What am I doing wrong ?