Fix to enable compiling with Clang on Linux.

This commit is contained in:
Mat Sutcliffe
2019-09-27 19:11:46 +01:00
committed by Klaus Basan
parent 6b8ea11365
commit 2a76cddc35

View File

@@ -22,6 +22,7 @@ isEmpty(EXTERNALSROOT) {
################################
win32-clang-msvc: EXTERNALS_SPEC = win32-msvc
else:linux: EXTERNALS_SPEC = linux-g++
else: EXTERNALS_SPEC = $$basename(QMAKESPEC)
msvc {