From 957bcef7085d648d0ef37d52eb5f0bf643e154b8 Mon Sep 17 00:00:00 2001 From: Mike Krus Date: Tue, 29 Dec 2015 22:05:25 +0000 Subject: tvOS support Change-Id: I117648fe179fff981d0c19e610da6ba08e4c891e Reviewed-by: Jake Petroules Reviewed-by: Sean Harmer --- examples/qt3d/assimp-cpp/assimp-cpp.pro | 4 ++-- examples/qt3d/basicshapes-cpp/basicshapes-cpp.pro | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/qt3d/assimp-cpp/assimp-cpp.pro b/examples/qt3d/assimp-cpp/assimp-cpp.pro index f8b8ba7f2..0cc6dd164 100644 --- a/examples/qt3d/assimp-cpp/assimp-cpp.pro +++ b/examples/qt3d/assimp-cpp/assimp-cpp.pro @@ -1,5 +1,5 @@ -android|ios|winrt { - warning( "This example is not supported for android, ios, or winrt." ) +android|ios|tvos|winrt { + warning( "This example is not supported for android, ios, tvos, or winrt." ) } !include( ../examples.pri ) { diff --git a/examples/qt3d/basicshapes-cpp/basicshapes-cpp.pro b/examples/qt3d/basicshapes-cpp/basicshapes-cpp.pro index da83571fb..4e8152895 100644 --- a/examples/qt3d/basicshapes-cpp/basicshapes-cpp.pro +++ b/examples/qt3d/basicshapes-cpp/basicshapes-cpp.pro @@ -1,5 +1,5 @@ -android|ios|winrt { - warning( "This example is not supported for android, ios, or winrt." ) +android|ios|tvos|winrt { + warning( "This example is not supported for android, ios, tvos, or winrt." ) } !include( ../examples.pri ) { -- cgit v1.2.3