[Qt-creator] [Development] Qt Creator Doesn't Show Error(s)
Steve Gold
steveg2357 at gmail.com
Mon Jul 14 12:35:17 CEST 2014
I added the statement but it didn’t make a difference.
Steve
From: Konstantin Ritt
Sent: Monday, July 14, 2014 3:31 AM
To: Steve Gold
Cc: Qt Creator Group ; Qt Development Group
Subject: Re: [Development] Qt Creator Doesn't Show Error(s)
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/qt-creator/attachments/20140714/0e8c3672/attachment.html>
More information about the Qt-creator
mailing list