Is this a correct path?Originally Posted by drkbkr
Is this a correct path?Originally Posted by drkbkr
I was just looking at that, and no, that does not exist.
Now I'm not even sure that I have the library installed. In /usr/lib I find all the other Qt libraries, libQtCore, libQtGui, libQtNetwork, etc., but no libQtUiTools. Am I missing it?
The way I installed Qt was using the Synaptic package manager (on an Ubuntu system).
And a search of my system (sudo find / -mount -name libQt*.so) finds no libQtUiTools.so anywhere.
It seems that QtUiTools exist only as a static library, so you might have to install some additional package.Originally Posted by drkbkr
Yes.
If you download and install from trolltech's site, you get a .a file in the lib directory. For whatever reason, if you install using a package manager, you don't get it. So I copied the .a file from a machine I did a manual install on, and I'm all good.
Someday when I have time I'll just do the real install from trolltech's site.
Thanks for your help.
Derek
Bookmarks