954,499 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to complie or build in qt

i just downloaded qt and i dont know how to build in qt, it keeps saying:


Could not find make command: mingw32-make.exe in the build environment
Error while building project case (target: Desktop)
When executing build step 'Make'
Could not find make command: mingw32-make.exe in the build environment
Error while building project case (target: Desktop)
When executing build step 'Make'
Could not find make command: mingw32-make.exe in the build environment
Error while building project case (target: Desktop)
When executing build step 'Make'

help please

Mayank23
Light Poster
31 posts since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

>>i just downloaded qt

Did you download Qt Creator(the IDE)?

myk45
Posting Whiz
319 posts since Sep 2010
Reputation Points: 57
Solved Threads: 40
 

Look on your start menu and under the Qt folder (or wherever you installed it), there will be a Qt 4.whatever command prompt icon. Starting that will put all of the proper environment variables in place for that session.

There's some specific compilation steps that you'll have to look up (I haven't done it in a while), so grab a good tutorial (like the first edition of C++ GUI Programming with Qt4 available at http://www.qtrac.eu/marksummerfield.html free and legal -- it's getting a little bit outdated but the beginning material in the book should have remained constant over Qt releases).

jonsca
Quantitative Phrenologist
Team Colleague
5,621 posts since Sep 2009
Reputation Points: 1,165
Solved Threads: 581
 

first download sdk from nokia website
http://qt.nokia.com/
install qt latest version
then install qt creator

set environmental variables to
QT == C:\QT\4.x.x (where you installed)
Path to the bin (c:\QT\4.x.x.\bin)

open command prompt
cmd
go to qt installed directory
and
c:>qt>4.x.x
c:\>4.x.x.>configure
it takes some time

later nmake

bramsever
Newbie Poster
2 posts since Sep 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: