aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-01-11 23:25:15 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2020-01-20 09:41:41 +0000
commit224c962627383778ea448fb6ea2022aea5357079 (patch)
tree01ce29c3aabf50073aa61b5d3e8257377dbd2746 /examples
parentc347107e5c17703a74c44fa29200846d8cc1a50e (diff)
travis: Add XCode 9.4 job
This is still the default one on Travis and Qbs should support it Also, only build XCode10 variant on master to avoid extra job for gerrit builds Change-Id: I100e7e4560aeca3c2c3d77d81ecc9097853e0a2d Reviewed-by: Richard Weickelt <richard@weickelt.de> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/protobuf/cpp/addressbook.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/protobuf/cpp/addressbook.qbs b/examples/protobuf/cpp/addressbook.qbs
index 35f8ee7fb..3f699c7db 100644
--- a/examples/protobuf/cpp/addressbook.qbs
+++ b/examples/protobuf/cpp/addressbook.qbs
@@ -7,6 +7,7 @@ CppApplication {
Depends { name: "cpp" }
cpp.cxxLanguageVersion: "c++11"
+ cpp.minimumMacosVersion: "10.8"
cpp.warningLevel: "none"
Depends { id: protobuf; name: "protobuf.cpp"; required: false }