summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms')
-rw-r--r--src/plugins/platforms/.prev_CMakeLists.txt2
-rw-r--r--src/plugins/platforms/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/platforms/.prev_CMakeLists.txt b/src/plugins/platforms/.prev_CMakeLists.txt
index 5797b07233..ce9c870454 100644
--- a/src/plugins/platforms/.prev_CMakeLists.txt
+++ b/src/plugins/platforms/.prev_CMakeLists.txt
@@ -15,7 +15,7 @@ endif()
if(APPLE_UIKIT AND NOT APPLE_WATCHOS)
add_subdirectory(ios)
endif()
-if(APPLE_OSX)
+if(APPLE_MACOS)
add_subdirectory(cocoa)
endif()
if(QT_FEATURE_direct3d9 AND WIN32 AND NOT WINRT)
diff --git a/src/plugins/platforms/CMakeLists.txt b/src/plugins/platforms/CMakeLists.txt
index 57c3952e4c..c4796fb7e1 100644
--- a/src/plugins/platforms/CMakeLists.txt
+++ b/src/plugins/platforms/CMakeLists.txt
@@ -15,7 +15,7 @@ endif()
if(APPLE_UIKIT AND NOT APPLE_WATCHOS)
add_subdirectory(ios)
endif()
-if(APPLE_OSX)
+if(APPLE_MACOS)
add_subdirectory(cocoa)
endif()
if(WIN32 AND NOT WINRT) # special case TODO fix direct3d9 test