Results 1 to 6 of 6

Thread: Distributing qt applications

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2009
    Location
    Valladolid, Spain
    Posts
    125
    Thanks
    16
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Distributing qt applications

    If you want a small size app don't use qt (nor java, nor any other lib). Code native.

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

    Default Re: Distributing qt applications

    I don't know what OS your coding under, but under Linux, the size of the library is irrelevant as only one copy is needed and is typically used by other apps anyway.

    It only becomes an issue on Windows, where there is no standard library system.

Similar Threads

  1. Distributing my app
    By been_1990 in forum Qt Programming
    Replies: 8
    Last Post: 21st September 2010, 15:11
  2. Distributing applications which use QSslSocket
    By walec51 in forum Qt Programming
    Replies: 4
    Last Post: 9th April 2008, 10:49
  3. Distributing multiple Qt applications?
    By gfunk in forum Qt Programming
    Replies: 5
    Last Post: 23rd August 2007, 17:41
  4. Distributing Qt programs
    By scwizard in forum Qt Programming
    Replies: 3
    Last Post: 19th March 2007, 22:36
  5. Distributing apps on a CD
    By munna in forum General Discussion
    Replies: 1
    Last Post: 1st November 2006, 21:45

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.