On Jul 14, 2014, at 1:46 PM, [email protected] wrote: > This is from the Application Output widow
Have a look at your run configuration in projects mode then, because it looks like you are running mingw32-make.exe when pressing “run” in Qt Creator, instead of your application. (http://qt-project.org/doc/qtcreator-3.1/creator-run-settings.html) Br, Eike > > > ------ Original message------ > From: Sze Howe Koh > Date: Mon, Jul 14, 2014 6:45 AM > To: Steve Gold;[email protected]; > Cc: Qt Creator Group;Qt Development Group; > Subject:Re: [Development] Qt Creator Doesn't Show Error(s) > > Hi, > > On 14 July 2014 05:15, Steve Gold > wrote: > > I am building an app on Windows 8 64bit with Qt 5.3.1 and Qt Creator 3.1.2. > > I have a main.cpp that calls main.qml that calls Tests.qml that uses other > > QML and JavaScript files. I have > > > > Component.onCompleted: { > > console.log(“Starting Testsl”); > > . . . > > } > > > > and other statements in Tests.qml. The app builds and the runs but all that > > is shown is a very small window and there is NO output. “Starting Tests” is > > not displayed. I get the message > > > > The process "C:\Qt\Qt5.3.1\Tools\mingw482_32\bin\mingw32-make.exe" > > exited normally. > > Sounds like you're looking at the Compile Output pane. Switch to the > Application Output pane instead. > > > Regards, > Sze-Howe > > P.S. This kind of question ("How do I use X?") is more suited for the > Interest mailing list. The Development and Qt Creator lists are for > discussing the implementation of Qt and Qt Creator respectively. > > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller, Senior Software Engineer - Digia, Qt Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
