PDA

View Full Version : Compilation fails in Windows XP



sim
1st July 2010, 15:16
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'

tbscope
1st July 2010, 15:21
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

Zlatomir
1st July 2010, 15:22
Download Qt SDK, from here (http://qt.nokia.com/downloads/sdk-windows-cpp) it has everything you need (Qt Creator 2.0 it's included)

sim
1st July 2010, 16:56
Thank you very much. I downloaded Qt SDK at the link you provided. it now works. I have compiled different examples already.