From f13ba2d0e3c8015649e874c8f643f6a19debf448 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Wed, 10 Jul 2019 09:52:38 +0200 Subject: Set minimumTvosVersion to "6.0" by default This fixes (at least) two compile errors: - clang: error: invalid deployment target for -stdlib=libc++ (requires iOS 5.0 or later) - ld: library not found for -ldylib1.o The dylib1 is only present on macOS and not present in recent tvOS/iOS SDKs, clang tries to link to it if deployment target is less or equal to "5.0". Change-Id: Ie77a514bb2661312823df054f0dfca07d69e3059 Reviewed-by: Christian Kandeler --- share/qbs/modules/cpp/CppModule.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/qbs/modules/cpp/CppModule.qbs') diff --git a/share/qbs/modules/cpp/CppModule.qbs b/share/qbs/modules/cpp/CppModule.qbs index bcc82d57a..200d91d09 100644 --- a/share/qbs/modules/cpp/CppModule.qbs +++ b/share/qbs/modules/cpp/CppModule.qbs @@ -120,7 +120,7 @@ Module { defaults will be used." } - property string minimumTvosVersion + property string minimumTvosVersion: "6.0" PropertyOptions { name: "minimumTvosVersion" description: "a version number in the format [major].[minor] indicating the earliest \ -- cgit v1.2.3