Qt Creator download out-of-date
-
This does not have the Qt Quick examples.
You need to download framework libraries, they have demos and examples included:
http://qt.nokia.com/downloads > LGPL > Qt: Framework Only > Qt libraries. -
qt-win-opensource-4.7.1-vs2008.exe
These look like libraries for Visual Studio.Try downloading this:
qt-win-opensource-4.7.1-mingw.exeWhere have you installed Qt libraries? Go to that directory and you should see "examples" and "demos" directories.
-
The problem turned out to be the location of qmake.exe.
There are two,- Qt4.7.1\bin
- Qt4.7.1\qmake
For my VS2008 environment I had to manually choose the one in \bin. I am using Creator (stand-alone, outside VS2008) and MinGW is not installed.
After a few relaunches, everything started working and the Examples are auto-detected.
Thanks