Comment 2 for bug 1415487

Revision history for this message
Benjamin Zeller (zeller-benjamin) wrote :

The SDK is using the --sdk switch , that however does not help with changing
error messages and new error messages that need to be treated as warnings instead.

Especially the debug group related messages are a problem here because instead of
starting the App QtCreator will pop up a messagebox asking if the user wants to ignore
the error.

However in case of running a app from QtCreator this is not an error.

Also the --sdk switch should not change the outputs contents, but only provide a parseable
output for QtC.
This parseable output is used:

a) in the publish tab where we WANT debug parts as errors
b) before pushing a click package to the device, here we do NOT want to
     have the debug parts as errors