aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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 }