What's wrong with my Qt Creator??
-
Well, I downloaded and Installed Qt Creator for Windows from qt-project.org/downloads, but I can't see the "examples" area, I can't create most types of projects, so I'm unable to do pretty much anything, and I don't know why.
Here's a print from my "new file or project" session: http://sphotos-d.ak.fbcdn.net/hphotos-ak-prn1/893178_350591645041521_601219637_o.jpg
-
Don't give up, you could try to check setting and set up yours, if Qt Creator have some problems with settings autodetection:
launch Qt Creator and go to: Tools > Options > Build & Run, make sure there are no problems here.
Check out this documentation "QtCreator : Adding Kits":http://qt-project.org/doc/qtcreator-2.7/creator-targets.html
Good luck! -
I forgot to say that when trying to create a new project or file (simple plain c++ code or something like that) I get a message telling me that there are no kits, so I think my Qt creator 2.7.0 (the only Qt Creator I found available for download) came with no valid kits.
-
x86 (32-bit) windows applications would work at x86_64 (64-bit) windows systems,
here are the link: "Qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB)":http://releases.qt-project.org/qt5/5.0.1/qt-windows-opensource-5.0.1-mingw47_32-x86-offline.exe
[quote author="Thulium" date="1365344322"]
[quote author="Graff" date="1365344110"]You probably just downloaded the package only with QtCreator, I mean the IDE, make sure you download the whole thing[/quote]Could you please point me a link? remember that I use 64 bit Windows system.[/quote]
-
[quote author="yetanotherandreyev" date="1365344423"]x86 (32-bit) windows applications would work at x86_64 (64-bit) windows systems,
here are the link: "Qt 5.0.1 for Windows 32-bit (MinGW 4.7, 823 MB)":http://releases.qt-project.org/qt5/5.0.1/qt-windows-opensource-5.0.1-mingw47_32-x86-offline.exe
[quote author="Thulium" date="1365344322"]
[quote author="Graff" date="1365344110"]You probably just downloaded the package only with QtCreator, I mean the IDE, make sure you download the whole thing[/quote]Could you please point me a link? remember that I use 64 bit Windows system.[/quote][/quote]
Ty mate, hopefully waiting for it to download, I'm going to post the results here as soon as I try to install it.