[Solved] No libQtSql.so.4 for Embedded Linux
-
Hi,
I am trying to import Qt packages to my embedded linux on Raspberry Pi, using Buildroot.
The problem is that some examples don’t successfully work, due to the missing of libQtSql.so.4 library.What shall I include as package then?
-
Just indicate the package:
QTIDE \ Project \ Android for arm (GCC 4.4.3, Qt 5.1.1) \ RequiredLibraries \
this will cause the lib to be sent to the correct location.
-
thanks for reply, but I can't I find it here: !http://img854.imageshack.us/img854/5646/dt3n.png(Qt Packages)!
-
Sorry thought it was a doubt about something else, not what I had in mind on.
-
you can get lib files for your platform at
-
also at http://ftp.debian.org/debian/
-
thx, i figured out. I've just removed the qt-4 directory in my build path, and recompiled my configuration, and problem is solved.
(Ps: I didn't know how to mark this thread as solved)
-
with pleasure :-)
click on edit under your name in the question
quote |link |edit |report
and edit the question as
[Solved] No libQtSql.so.4 for Embedded Linux
That's it.
-
ok, it's done,
thx a lot