aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorTor Arne Vestbø <torarnv@gmail.com>2020-03-16 14:10:44 +0100
committerTor Arne Vestbø <torarnv@gmail.com>2020-03-17 10:42:00 +0100
commita5df29201fb795503635ddaae787ade5b96bff5e (patch)
tree340a4d8021ce04a58e7252a03c33b6732caee942 /examples/quick/scenegraph/.prev_CMakeLists.txt
parentdb554e8e1c3242634d035ebb3dcbe3c441d80bdc (diff)
CMake: Update Apple platform defines after rename in qtbase
Change-Id: Ia0a075e3199eab735f9b289873beeb8730ebc47e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'examples/quick/scenegraph/.prev_CMakeLists.txt')
-rw-r--r--examples/quick/scenegraph/.prev_CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/.prev_CMakeLists.txt b/examples/quick/scenegraph/.prev_CMakeLists.txt
index 040945b9e8..cf72c90b8d 100644
--- a/examples/quick/scenegraph/.prev_CMakeLists.txt
+++ b/examples/quick/scenegraph/.prev_CMakeLists.txt
@@ -12,7 +12,7 @@ if(QT_FEATURE_opengl OR QT_FEATURE_opengles2 OR QT_FEATURE_opengles3)
add_subdirectory(textureinthread)
add_subdirectory(twotextureproviders)
endif()
-if(APPLE_IOS OR APPLE_OSX)
+if(IOS OR MACOS)
add_subdirectory(metalunderqml)
add_subdirectory(metaltextureimport)
endif()