As Bill notes, jqt on the jsoftware website is built using Ubuntu 20.04/Qt 5.12. You can build jqt on Ubuntu 18.04. First clone the qtide repo for j903 git clone --branch j903 https://github.com/jsoftware/qtide.git
Make sure you have the required Qt libraries installed: sudo apt install qt5-default libqt5websockets5-dev libqt5svg5-dev sudo apt install qtwebengine5-dev qtmultimedia5-dev libqt5multimedia5-plugins Then build the binaries as described in the wiki https://code.jsoftware.com/wiki/Guides/Linux_Installation Copy the jqt and libjqt binaries to j903/bin and everything should work. On Sun, May 22, 2022 at 12:36 AM bill lam <[email protected]> wrote: > J903 linux jqt binaries built using Qt 15.12. Apparently the Qt available > on your system does not meet the version requirement. > > On Sun, May 22, 2022 at 1:21 PM 'robert therriault' via Programming < > [email protected]> wrote: > > > I don't have the expertise you seek Jon, but I have cross posted this to > > the general forum, which I think is the place that this sort of a problem > > is addressed. > > > > Cheers, bob > > > > > On May 21, 2022, at 22:16, 'Jon Hough' via Programming < > > [email protected]> wrote: > > > > > > I have installed J903 on my Ubuntu 18.06 LTS machine. I have also > > installed all the relevant QT libraries. Note that every version of J80X > > jQT seems to work fine on my machine. > > > > > > However, running jqt in J903 gives the following error: > > > > > > ./jqt: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.12' not > > found (required by ./jqt) > > > > > > > > > Note also that i have the latest version of the relevant qt libraries. > > > Anyone have any know-how for fixing this? > > > > > > > > > Thanks, > > > Jon > > > ---------------------------------------------------------------------- > > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
