Remove now unneeded define

This removes the extra Q_OS_ANDROID define to prevent a redefined
warning.

Somehow, the qt headers didn't define Q_OS_ANDROID previously, but how
does.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2015-07-17 22:06:16 +02:00 committed by Dirk Hohndel
parent 8590c6dc33
commit db0da1656d

View file

@ -242,7 +242,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
endif()
if(ANDROID)
set(PLATFORM_SRC android.cpp)
add_definitions(-DQ_OS_ANDROID)
set(SUBSURFACE_TARGET subsurface)
endif()
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")