Skip to content
  • Friedrich W. H. Kossebau's avatar
    Drop outdated QT_USE_FAST_CONCATENATION & QT_USE_FAST_OPERATOR_PLUS · 41c1d1c1
    Friedrich W. H. Kossebau authored
    QT_USE_FAST_OPERATOR_PLUS has been deprecated in Qt 4.8, in favour of
    QT_USE_QSTRINGBUILDER. The latter also covers QByteArray.
    
    Qt5 headers still support QT_USE_FAST_OPERATOR_PLUS,
    as subset of QT_USE_QSTRINGBUILDER as it was introduced in Qt4.8,
    but not as documented build flag.
    Using now QT_USE_QSTRINGBUILDER instead.
    
    GIT_SILENT
    41c1d1c1