Results 1 to 2 of 2

Thread: How can I know what QT version a software was written on?

  1. #1
    Join Date
    Oct 2010
    Posts
    48
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default How can I know what QT version a software was written on?

    Hi,
    I have a software that I know was written using QT, how can I know the exact version of Qt they used?

    Thanks
    Gil.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: How can I know what QT version a software was written on?

    If it is dynamically linked then look at the version properties (Windows) or file name (Unix) of the dynamic linked Qt libraries. You will also find the library version in the strings of the libQtCore.so library file.

    If the program is statically linked then you might find something tell tale in the strings embedded in the executable.

    Ask the author or look in the documentation or Help About box.

    Guess.

Similar Threads

  1. Replies: 0
    Last Post: 22nd February 2010, 16:36
  2. Replies: 1
    Last Post: 3rd May 2009, 10:23
  3. PHP extensions written in C++/Qt
    By seim in forum Qt Programming
    Replies: 0
    Last Post: 12th February 2009, 00:40
  4. detecting that a file is currently being written to...
    By momesana in forum Qt Programming
    Replies: 11
    Last Post: 31st October 2007, 13:02
  5. FYI: Free LaTex Editor written using QT4.1 !!!
    By GreyGeek in forum Qt-based Software
    Replies: 3
    Last Post: 19th July 2006, 18:05

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.