Simplest way to install Qt in Ubuntu (19.10) with MySQL driver?
-
@JonB said in Simplest way to install Qt in Ubuntu (19.10) with MySQL driver?:
can I still do that
Yes, the prebuild Qt provided by Ubuntu should have everything you need (but I did not yet use any of 19.x Ubuntu).
@jsulm
That's great. Then at least the OP knows that if he is happy with the Qt version in the 19.10 distro has has the option of doing it all with no compiling etc. Having said that, his latest may imply he is now progressing OK with what he has, which is equally fine. -
I have just noticed that I have used
makeinstead ofqmake. Is that the problem?Should I repeat the whole process using
qmakeand, if this is the case, should I clean run amake cleanbefore?
ThanksAn update: now the error is
Error copying ../../../lib/libQt5Bootstrap.a to /usr/local/Qt-5.14.1/lib/libQt5Bootstrap.a: Destination file exists -
I have just noticed that I have used
makeinstead ofqmake. Is that the problem?Should I repeat the whole process using
qmakeand, if this is the case, should I clean run amake cleanbefore?
ThanksAn update: now the error is
Error copying ../../../lib/libQt5Bootstrap.a to /usr/local/Qt-5.14.1/lib/libQt5Bootstrap.a: Destination file exists -
I used
./configure -sql-mysql make make installHow can I proceed now? Do I need to clean (using which commands?) and do the operations in the order you listed?
-
It's the first thing that gets built however, you are currently making things more complicated than necessary. You should just build the plugin using your already installed Qt rather than the full thing.