- 
    Suggestion 
- 
    Resolution: Done
- 
    P3: Somewhat important 
- 
    None
- 
    Qt Creator 4.2.0
- 
    None
The regular expressions in QtOutputFormatterPrivate might break again:
    QtOutputFormatterPrivate(Project *proj)
        : qmlError(QLatin1String("(" QML_URL_REGEXP    // url
                                  ":\\d+"           // colon, line
                                  "(?::\\d+)?)"     // colon, column (optional)
                                  "[: \t]"))        // colon, space or tab
        , qtError(QLatin1String("Object::.*in (.*:\\d+)"))
        , qtAssert(QLatin1String("ASSERT: .* in file (.+, line \\d+)"))
        , qtAssertX(QLatin1String("ASSERT failure in .*: \".*\", file (.+, line \\d+)"))
        , qtTestFail(QLatin1String("^   Loc: \\[(.*)\\]"))
        , project(proj)
    {
    }
Having unit might help to notice this. See Tobias' comment in https://codereview.qt-project.org/122647/
- resulted from
- 
                    QTCREATORBUG-14832 QML syntax error messages not clickable on Android -           
- Closed
 
-