Results 1 to 2 of 2

Thread: how does -no-qt3support help distro-independence of statically linked programs?

  1. #1
    Join Date
    Jan 2006
    Location
    11 N 78 E
    Posts
    110
    Thanks
    10
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default how does -no-qt3support help distro-independence of statically linked programs?

    Over at the wiki page about statically compiling Qt 4 / X11 it says that -no-qt3support is useful for making a statically linked Qt 4 program more widely usable.

    Though I understand that -qt-zlib etc tell Qt to use its own internal zlib-etc libraries and hence not require that a system on which this program may be used must have the zlib library installed, how does -no-qt3support help towards this end?

    Thank you.
    Penguin #395953 using Qt for open-source development on X11 using C++ and
    Python via PyQt

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how does -no-qt3support help distro-independence of statically linked programs?

    Quote Originally Posted by jamadagni View Post
    how does -no-qt3support help towards this end?
    Probably it doesn't. Most likely it was there just because it might reduce the executable size.

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.