Results 1 to 3 of 3

Thread: Latest QT Runtime Library RPM's ?

  1. #1
    Join Date
    Feb 2009
    Posts
    8
    Thanks
    1

    Default Latest QT Runtime Library RPM's ?

    Greetings,

    Why is there not a standard RPM that people can YUM install with the QT runtime libraries ?

    Since their seems to not be one...

    How does one effectively distribute an application using them ?

    The obvious solution is to package them with your application and install them on the host system. This however presents a problem where it becomes troublesome for the USERS to have multiple QT applications running, and various versions of libraries installed in numerous locations with no real way to keep them updated.

    So, again... where can a user get the LATEST qt library distribution ?

    Thanks
    -Lenny

  2. #2
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Latest QT Runtime Library RPM's ?

    Since Qt is multi platform, that's not an real option, but i guess, that you want an Windows installer (like vcredist) and that only gives more "issues", like for example the downloadable/installable/updatable "run-time" will be build with which compiler (Mingw? or since is windows will use the Visual C++?? ) so there "should" be too many "run-times" (and always there will be some peoples not happy that the compiler they use is not "represented")

    And also for most applications you just need some dll's for Qt run-time (like most of the times QtCore4.dll and QtGui4.dll will do the trick) not the whole library.

  3. #3
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Latest QT Runtime Library RPM's ?

    Considering various distributions of Linux come with various package managers and different directory structures, this would be impractical. Therefore, it's upto your distribution creator to manage these packages. Nokia can't be expected to distribute Qt in every package format for every version of Linux.

    Multiple versions doesn't matter - Linux will handle them fine - they should all be installed into the same directory (typically /lib or /usr/lib).

    Your application should simply reference these installations rather than bunding the Qt runtime with your application, then the relevent version will only be downloaded if necessary.

    [Under Windows everything is different, but then again, YUM doesn't exist under Windows last time I checked]

Similar Threads

  1. Replies: 1
    Last Post: 25th September 2010, 08:20
  2. Latest Qtopia
    By jaikumar in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 7th December 2009, 13:37
  3. Replies: 1
    Last Post: 19th October 2008, 21:30
  4. Mac--works w/latest snapshot, but not w/Qt 4.3
    By ber_44 in forum Installation and Deployment
    Replies: 2
    Last Post: 8th August 2007, 16:26
  5. Latest PDA's features...
    By AP.Sakkthivel in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 2nd March 2006, 14:15

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.