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?:
he had built Qt for himself
It applies to Qt installed via installer as well
It applies to Qt installed via installer as well
Hmm, I've never done that. Only ever
apt-get
. I hope I'm not hijacking (tell me if I am), but let's put it this way: if I move to a newer Ubuntu, and I want the Qt and thelibqtmysql
stuff as supplied with distro viaapt-get
, can I still do that (absolutely no compiling/building/configuring of either), or at 19.10+ has something been removed which means it won't work any longer? -
It applies to Qt installed via installer as well
Hmm, I've never done that. Only ever
apt-get
. I hope I'm not hijacking (tell me if I am), but let's put it this way: if I move to a newer Ubuntu, and I want the Qt and thelibqtmysql
stuff as supplied with distro viaapt-get
, can I still do that (absolutely no compiling/building/configuring of either), or at 19.10+ has something been removed which means it won't work any longer?@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).
-
@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
make
instead ofqmake
. Is that the problem?Should I repeat the whole process using
qmake
and, if this is the case, should I clean run amake clean
before?
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
make
instead ofqmake
. Is that the problem?Should I repeat the whole process using
qmake
and, if this is the case, should I clean run amake clean
before?
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 install
How 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.