-
- Downloads
qt: Fix build for newer versions (#13262)
For some reason, newer versions of qt fail to build because they cannot find certain system libraries such as libatomic and libdl. Leaving the qmake compiler set to gcc seems to fix the problem. Fixes #13221
Please register or sign in to comment