LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LinuxAnswers Discussion (https://www.linuxquestions.org/questions/linuxanswers-discussion-27/)
-   -   Quick program to test Qt library version (https://www.linuxquestions.org/questions/linuxanswers-discussion-27/quick-program-to-test-qt-library-version-4175482522/)

tbodine88 10-28-2013 04:48 PM

Quick program to test Qt library version
 
A new la entry has been added:

Quick program to test Qt library version

Quote:

I was writing a script to install the new version of passmark Burn In. I needed to check
whether whatever version of QT was installed would support it, and if not install
the appropriate libraries.

I have searched and searched for such a Qt version checker.

wildwizard 11-02-2013 06:53 PM

The normal way to get the version number of an installed library is to use pkg-config

Code:

michael@indigo:~$ pkg-config --modversion QtCore
4.8.5



All times are GMT -5. The time now is 09:29 PM.