Results 1 to 2 of 2

Thread: How can i see the Qt Version from the dll

  1. #1
    Join Date
    Jan 2006
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default How can i see the Qt Version from the dll

    I want to test the qt version only with the dll.
    qtcore.dll qtgui.dll
    I have two programms using the same qt dlls.
    When i install a new version of one of this programs
    the installer should give a warning when it sees that the current dlls
    have a different version (incompatible to the sw to be installed)
    Last edited by peter666; 16th May 2012 at 12:49. Reason: spelling corrections

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

    Default Re: How can i see the Qt Version from the dll

    Qt 4.x DLLs should all be binary compatible. Your software can check the library version at run time using qVersion and refuse to run if the library is not recent enough.

    If you are worried about a broken installer overwriting newer versions of binary compatible libraries then don't use shared system libraries: install a private set.

Similar Threads

  1. Creating an evaluation version or trial version
    By munna in forum General Discussion
    Replies: 9
    Last Post: 20th June 2015, 01:50
  2. Replies: 5
    Last Post: 26th August 2011, 19:08
  3. Replies: 0
    Last Post: 11th August 2009, 09:38
  4. Replies: 5
    Last Post: 5th October 2008, 05:12
  5. version #'s?
    By gfunk in forum Qt Programming
    Replies: 1
    Last Post: 11th December 2007, 11:11

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
  •  
Qt is a trademark of The Qt Company.