Qt: qapp static, but expected globally available
Qt gui_main.cpp has 'qapp' as a static variable. Number of other source files use it as 'extern'. We've been lucky (or unlucky?) that it has been working so far. Now I got linking error with clang64 toolchain on msys2 because of this.
Patches for all branches, including S2_6, attached.
Qt gui_main.cpp has 'qapp' as a static variable. Number of other source files use it as 'extern'. We've been lucky (or unlucky?) that it has been working so far. Now I got linking error with clang64 toolchain on msys2 because of this.