Results 1 to 2 of 2

Thread: Barrier to using Qt - requirement for others do download Qt dev environment

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2007
    Location
    Philadelphia, USA
    Posts
    255
    Thanks
    43
    Thanked 21 Times in 21 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Barrier to using Qt - requirement for others do download Qt dev environment

    I love Qt. Use it for everything C++.

    I don't like preparing/distributing binaries. Prefer just hosting source on github.

    Oh how i wish others didn't need to download the whole qt in order to use my software. I particularly use linux... But especially work with mac users.

    Also often i develop non gui applications. Wondering if that can simplify the process - fewer lib dependencies.

    Any insights?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Barrier to using Qt - requirement for others do download Qt dev environment

    There are always two options, regardless of the software stack being used:

    1) someone provides binaries of the users
    2) the users get the build requirements and build themselves

    Even if you are using a non-compiled stack, someone needs to get the runtime in the hands of the users. Either they again download it themselves or it is part of the software's deliverables.

    Cheers,
    _

Similar Threads

  1. Replies: 3
    Last Post: 9th April 2014, 17:05
  2. Qt 4.7.1 and sudden requirement of libgles_cm.lib (OpenGL ES)
    By FlashMuller in forum Installation and Deployment
    Replies: 1
    Last Post: 29th November 2010, 15:54
  3. Urgent qt requirement - finland.
    By Keir Pearcey in forum Jobs
    Replies: 1
    Last Post: 18th September 2010, 13:12

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.