Commit caab6720 authored by Michael Brüning's avatar Michael Brüning Committed by Michael Bruning
Browse files

Enable build on all supported linux platforms.


The build did not work when configuring to linux-g++-64,
although the platform is supported.

Task-number: QTBUG-41918
Change-Id: If2c8a5722d7d6b0ca28a99763531d8ffd9534de7
Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
Showing with 1 addition and 1 deletion
...@@ -2,7 +2,7 @@ defineTest(isPlatformSupported) { ...@@ -2,7 +2,7 @@ defineTest(isPlatformSupported) {
static: return(false) static: return(false)
osx:lessThan(QMAKE_XCODE_VERSION, 5.1): return(false) osx:lessThan(QMAKE_XCODE_VERSION, 5.1): return(false)
linux-g++|win32-msvc2013|macx-clang: return(true) linux-g++*|win32-msvc2013|macx-clang: return(true)
boot2qt: return(true) boot2qt: return(true)
return(false) return(false)
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment