Skip to main content

Qt application made in Eclipse doesn't start -


i've been trying few hours make eclipse, mingw , qt work, , can't manage to.

no matter try, when try run qt application (using run or debug, same thing), no window appears, , after few seconds, eclipse says 'program terminated'. time tried (using different configurations), windows give "program has stopped" error.

if try launch application outside eclipse, missing .dll error.

i have qt 4.8.1 installed, latest version of eclipse, , installed latest version of mingw. using qt plugin eclipse. i'm running windows 7.

there other minor problems:

  • for reason have rebuild index after opening/creating project, or i'll 'undefined include' errors.
  • the build (hammer) icon in toolbar grayed/disabled, why be?
  • for every new project, need change make application mingw32-make, possible make toolchain use make executable or something?

i can't understand why microsoft visual studio works, didn't have set other install qt add-in, , eclipse hard configure...

qt application made in eclipse doesn't start - stack overflow

learn, share, build

each month, on 50 million developers come stack overflow learn, share knowledge, , build careers.

join world’s largest developer community.

sign up

i've been trying few hours make eclipse, mingw , qt work, , can't manage to.

no matter try, when try run qt application (using run or debug, same thing), no window appears, , after few seconds, eclipse says 'program terminated'. time tried (using different configurations), windows give "program has stopped" error.

if try launch application outside eclipse, missing .dll error.

i have qt 4.8.1 installed, latest version of eclipse, , installed latest version of mingw. using qt plugin eclipse. i'm running windows 7.

there other minor problems:

  • for reason have rebuild index after opening/creating project, or i'll 'undefined include' errors.
  • the build (hammer) icon in toolbar grayed/disabled, why be?
  • for every new project, need change make application mingw32-make, possible make toolchain use make executable or something?

i can't understand why microsoft visual studio works, didn't have set other install qt add-in, , eclipse hard configure...

share|improve question
2  
support qt eclipse dropped on year ago. use qtcreator or vs. – cmannett85 jul 7 '12 @ 8:20
    
oh, see... , there no way make work? – tibi jul 7 '12 @ 8:25
    
probably, it's going more trouble it's worth. – cmannett85 jul 7 '12 @ 8:46
    
@cbamber85 think should write answer information, maybe others have same question. – tibi jul 9 '12 @ 14:36
    
i said , not yes, because there's probably way of doing it, don't need done fix issues. use eclipse @ work , have nothing against it, qtcreator equally fine ide , works out of box (my complaint svn support rubbish, you're on windows should using tortoisesvn anyway). instead of battling days plugin support dropped ages ago, have been working on project. – cmannett85 jul 9 '12 @ 15:41

your answer

 
discard

posting answer, agree privacy policy , terms of service.

browse other questions tagged or ask own question.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -