Results 1 to 2 of 2

Thread: Should I download the SDK or Qt Creator?

  1. #1
    Join Date
    Aug 2009
    Location
    United States
    Posts
    45
    Thanks
    20
    Qt products
    Qt4
    Platforms
    Windows

    Default Should I download the SDK or Qt Creator?

    I would like to get started writing simple applications using Qt, but I'm confused on what I should download. On this page, http://qt.nokia.com/downloads/, there is a huge SDK installer, and then below that a very small download for Qt Creator. Which should I download and install?

    Thanks

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

    Default Re: Should I download the SDK or Qt Creator?

    Assuming you mean for Windows based on your profile.

    If you download the SDK then you get everything you need to develop applications on Windows, including a set of Qt libraries, the Qt Creator IDE, and sufficient parts of the MingW tool chain and compiler to produce your application. These versions tend to lag a little behind bleeding edge.

    If you download only Qt Creator you will need to supply a suitable C++ compiler tool chain:
    • Microsoft Visual Studio,
    • one of the Windows SDKs (which include a compiler),
    • MingW/MSys, or
    • another Qt supported tool chain.

    You will also need to download either,
    • a pre-built Qt library matching your compiler, or
    • the Qt sources from which to build the libraries for yourself.

    This option will give the latest version of everything. At the cost of more setup work you get a better understanding of the distinctions between IDE, compiler and library. These distinctions tend to be a common confusion for complete beginners if the questions asked here are anything to go by.

  3. The following user says thank you to ChrisW67 for this useful post:

    N3wb (20th September 2012)

Similar Threads

  1. Replies: 2
    Last Post: 22nd November 2011, 00:09
  2. Where can I download the former Qt Creator?
    By Dave2011 in forum Newbie
    Replies: 2
    Last Post: 30th July 2011, 14:10
  3. From where should I download QML
    By prajnaranjan.das in forum Qt Programming
    Replies: 1
    Last Post: 10th February 2011, 19:54
  4. Download Manager Like IDM(Internet Download Manager)
    By sathiskumarmsk in forum Qt Programming
    Replies: 1
    Last Post: 27th July 2008, 15:52

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.