android: don't unconditionally use execinfo.h
authorRobin Burchell <robin.burchell@collabora.co.uk>
Mon, 2 Jul 2012 09:19:56 +0000 (11:19 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 2 Jul 2012 17:08:28 +0000 (19:08 +0200)
commit007204544c4fd8c75b6c61d240f203a9cabc7591
treee51e23fb945f229e06269f6b166e0a8af07ed22e
parent7572d2881ecf28f282fdd3129973f94ea319ed1a
android: don't unconditionally use execinfo.h

android (a superset or subset, depending on your POV) of Linux doesn't seem to
have execinfo.h, so disable it there.

also simplify the conditional a little so we don't have to alter this all over
the place if the platform support changes in the future.

Change-Id: I937b04f363dfff2b10e1696f11e67d4ba55b3b06
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
src/quick/scenegraph/util/qsgtexture.cpp