- 
    
 User Story
        
     - 
    Resolution: Fixed
 - 
    
P2: Important
 - 
    QDS 4.2
 - 
    None
 
- 
        0.5
 - 
        QDS Berlin - 2023 Week 23/24
 - 
        5dadc57bc (qds/dev)
 
The generated code for the qml shader tool is incorrect:
ShaderTool {
    args: "-s --glsl "100 es,120,150" --hlsl 50 --msl 12"
    files: [ "content/shaders/*" ]
}
This is the original:
ShaderTool {
    args: "-s --glsl \"100 es,120,150\" --hlsl 50 --msl 12"
    files: [ "content/shaders/*" ]
}
The quotes are not properly escaped.
| For Gerrit Dashboard: QDS-10032 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 481789,4 | QmlProject: Fix escaping while rewriting the qmlproject file | qds/dev | qt-creator/qt-creator | Status: MERGED | +2 | 0 |