[Development] Qt Creator Doesn't Show Error(s)

Konstantin Ritt ritt.ks at gmail.com
Mon Jul 14 09:31:54 CEST 2014


Try adding `CONFIG += console` to your .pro file.


Konstantin


2014-07-14 0:15 GMT+03:00 Steve Gold <steveg2357 at gmail.com>:

>   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.
>
> and I get similar messages with other compilers (e.g., msvc2013 64bit).
>
> How can I force Qt Creator to show more information and, hopefully, what’s
> the problem?
>
> Thanks.
>
> Steve Gold
>
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20140714/a428d800/attachment.html>


More information about the Development mailing list