Results 1 to 3 of 3

Thread: Intallation problem Qt Creator

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2013
    Posts
    1
    Platforms
    Windows

    Question Intallation problem Qt Creator

    I have tried to install the latest Qt Creator on both an XP 32bit and a Windows 8 64 bit PC. In both cases the install seemed to complete without a problem, but when I then tried to get started by looking at the "Examples" as suggested, there were actually no examples present! Can anyone suggest what I may be doing wrongly. Should I also download something else, maybe, which has the examples?

    I am totally new to Qt and would like to use the Creator IDE to produce c-code for a project that I would like to work on.

  2. #2
    Join Date
    May 2012
    Location
    Bangalore, India
    Posts
    271
    Thanks
    29
    Thanked 50 Times in 47 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Intallation problem Qt Creator

    You have to install Qt SDK. Only Installing Qt Creator will not solve the problem.
    Heavy Metal Rules. For those about to rock, we salute you.
    HIT THANKS IF I HELPED.

  3. #3
    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: Intallation problem Qt Creator

    Qt Creator is an editor that can orchestrate building a project using Qt and your C++ compiler and Qt libraries. You need both the compiler and the Qt libraries to do build a project.

    The examples and documentation are part of the Qt library. The online installer from the first list here (http://qt-project.org/downloads) has options to install a Qt library set and, in the MingW versions, a compiler also. The VSxxxx versions require Microsoft's C++ compiler to be installed separately.

Similar Threads

  1. Intallation of qt 5.0.1 for Windows 32-bit (MinGW 4.7)
    By rouge in forum Installation and Deployment
    Replies: 15
    Last Post: 26th February 2013, 09:01
  2. Qt Creator problem
    By jack249 in forum Qt Tools
    Replies: 7
    Last Post: 19th June 2012, 10:24
  3. Problem With Qt Creator
    By justin123 in forum Qt Tools
    Replies: 1
    Last Post: 12th December 2010, 07:10
  4. Creator 2.0 problem
    By waynew in forum Installation and Deployment
    Replies: 2
    Last Post: 27th June 2010, 01:38
  5. Replies: 8
    Last Post: 19th January 2010, 12:50

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.