qt_mysql_driver
qt_mysql_driver copied to clipboard
Any chance of Linux or MacOS builds?
These Windows builds are great. Thanks!
Any chance you can release Linux or MacOS builds? Thanks in advance.
Hi, I made Linux builds for 6.0.3 and 5.15.2. They depend on the libmysqlclient21 package (available via apt on Ubuntu for example). Hope they work for you, since I don't have much experience with Qt on Linux myself. I'm afraid I don't have the equipment to provide MacOS builds at the moment
Thanks! I'll try the 5.15.2 Linux build.
on macos it is very simple,just
brew install qt
brew install qt-mysql
then it works fine
on macos it is very simple,just
brew install qt brew install qt-mysqlthen it works fine
Great! Thanks for the tip.
Hello! I installed qt, qt-mysql with brew, but not works. I want to use PySide (6.2.2) in venv. But get an error - "MYSQL driver not loaded" What can I do?