Skip to content
Snippets Groups Projects
Commit edf56d8a authored by Michael Kuhn's avatar Michael Kuhn Committed by Adam J. Stewart
Browse files

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
parent 26687988
No related branches found
No related tags found
No related merge requests found
......@@ -294,8 +294,6 @@ def patch(self):
@when('@5')
def patch(self):
# Fix qmake compilers in the default mkspec
filter_file('^QMAKE_COMPILER .*', 'QMAKE_COMPILER = cc',
'qtbase/mkspecs/common/g++-base.conf')
filter_file('^QMAKE_CC .*', 'QMAKE_CC = cc',
'qtbase/mkspecs/common/g++-base.conf')
filter_file('^QMAKE_CXX .*', 'QMAKE_CXX = c++',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment