Qt 6.11 is out! See what's new in the release
blog
QMYSQL plugin on MacOS Catalina
-
So a tried I typed this code:
qt-cmake -G"Ninja" /Users/alex/Qt/6.1.0/Src/qtbase/src/plugins/sqldrivers -DCMAKE_INSTALL_PREFIX=/Users/alex/Qt/6.1.0/Src/qtbase/src/plugins/sqldrivers/mysql -DMySQL_INCLUDE_DIR="/usr/local/mysql/include" -DMySQL_LIBRARY="/usr/local/mysql-8.0.25-macos11-x86_64/lib/libmysqlclient.dylib"but i get this message:

-
Install ninja
-
You have "configuring error" just above. You might want to take a look at that first.
-
That one at least is wrong: @alexcru said in QMYSQL plugin on MacOS Catalina:
CMAKE_INSTALL_PREFIX
You do not want to install in the sources.
-
Which version of cmake do you have ?
-
What was it ?



