mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
8590c6dc33
commit
db0da1656d
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue