<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial'; COLOR: #000000">
<DIV>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</DIV>
<DIV> </DIV>
<DIV>Component.onCompleted: {</DIV>
<DIV>  console.log(“Starting Testsl”);</DIV>
<DIV>  . . .</DIV>
<DIV>}</DIV>
<DIV> </DIV>
<DIV>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</DIV>
<DIV> </DIV>
<DIV><SPAN style="COLOR: ; TEXT-INDENT: 0px"><FONT face="Times New Roman"><FONT 
style="FONT-SIZE: 12pt" color=#0000aa>    The process 
"C:\Qt\Qt5.3.1\Tools\mingw482_32\bin\mingw32-make.exe" exited 
normally.</FONT></FONT></SPAN></DIV>
<DIV><SPAN style="COLOR: ; TEXT-INDENT: 0px"><FONT color=#0000aa size=3 
face="Times New Roman"></FONT></SPAN> </DIV>
<DIV>and I get similar messages with other compilers (e.g., msvc2013 
64bit).</DIV>
<DIV> </DIV>
<DIV>How can I force Qt Creator to show more information and, hopefully, what’s 
the problem?</DIV>
<DIV> </DIV>
<DIV>Thanks.</DIV>
<DIV> </DIV>
<DIV>Steve Gold </DIV></DIV></DIV></BODY></HTML>