Commit 3c42bb02 authored by Zeno Albisser's avatar Zeno Albisser Committed by Jani Heikkinen
Browse files

Revert "Allow more generic platform names for linux based platforms."

We need a better solution to find out if we are building on a 64bit system.

This reverts commit 58806890

.

Change-Id: I43c48b5cbc5e96f93b65165b0445670a832b0206
Reviewed-by: default avatarJani Heikkinen <jani.heikkinen@digia.com>
Showing with 2 additions and 2 deletions
defineTest(isPlatformSupported) { defineTest(isPlatformSupported) {
static: return(false) static: return(false)
!equals(QMAKE_HOST.arch, "x86_64"): return(false)
osx:lessThan(QMAKE_XCODE_VERSION, 5.1): return(false) osx:lessThan(QMAKE_XCODE_VERSION, 5.1): return(false)
linux|win32-msvc2013|macx-clang: return(true) linux-g++|win32-msvc2013|macx-clang: return(true)
android-g++-b2qt: 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