- 
    
Bug
 - 
    Resolution: Done
 - 
    
P2: Important
 - 
    5.12.3
 - 
    None
 - 
    openSUSE Tumbleweed
 
- 
        14aa1f7d6ffea29647557f98e654355782f55e66 (qt/qtbase/5.12)
 
I have projects in ~/Arbeitsfläche/. Running qmake for them generates invalid Makefiles with non-UTF-8 sequences in rcc dependencies.
My first guess is that this is caused by https://github.com/qt/qtbase/blob/53d62b8fcbb639bd625777c8f1c01764445fb1c4/qmake/generators/makefile.cpp#L2098 implicitly converting a QByteArray to QString, which uses fromLatin1.