Compilation fails in Windows XP
Please help
I downloaded this file : qt-creator-win-opensource-2.0.0.exe, installed it in a Windows XP machine.
The first problem I experience when trying to run the application, it has a message saying "examples not installed"
So I could not use the examples. I tried to do my first program using addressbook part1. it look like qmake,cmake,make does is missing in my complilation. below is what I get when trying to compile.
Could not find make command: make in the build environment
Error while building project part1 (target: Desktop)
When executing build step 'Make'
Re: Compilation fails in Windows XP
In order to use Qt Creator to develop your programs you need at least the following components:
- The Qt library
- A compiler and a linker
Suggestion: download the latest Qt SDK. Then setup your Qt Creator 2.0
Re: Compilation fails in Windows XP
Download Qt SDK, from here it has everything you need (Qt Creator 2.0 it's included)
Re: Compilation fails in Windows XP
Thank you very much. I downloaded Qt SDK at the link you provided. it now works. I have compiled different examples already.