Seraching for a specific program

I know that Qt exists on this IMX6+ the device has Linux 4.9.184 embedded. I need to figure out which version of Qt it has. What is the best way to find a program given only a text based terminal? Is there a way I can grep for it?

I'd start with find /lib* /usr/lib* -iname '*qt*.so*'

Faling that, ldd some-program-that-uses-qt

1 Like

try:

qmake --version