qt_mysql_driver icon indicating copy to clipboard operation
qt_mysql_driver copied to clipboard

Any chance of Linux or MacOS builds?

Open norambna opened this issue 4 years ago • 5 comments

These Windows builds are great. Thanks!

Any chance you can release Linux or MacOS builds? Thanks in advance.

norambna avatar Apr 25 '21 14:04 norambna

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

thecodemonkey86 avatar Apr 27 '21 22:04 thecodemonkey86

Thanks! I'll try the 5.15.2 Linux build.

elguaxo avatar Apr 27 '21 23:04 elguaxo

on macos it is very simple,just

brew install qt
brew install qt-mysql

then it works fine

jesse996 avatar Dec 05 '21 14:12 jesse996

on macos it is very simple,just

brew install qt
brew install qt-mysql

then it works fine

Great! Thanks for the tip.

norambna avatar Dec 05 '21 18:12 norambna

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?

jczigany avatar Feb 23 '22 15:02 jczigany