diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a3fbb1cb3..c3a2b8740 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") |