diff options
Diffstat (limited to 'qbs')
-rw-r--r-- | qbs/imports/QtcAutotest.qbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs/imports/QtcAutotest.qbs b/qbs/imports/QtcAutotest.qbs index 2320c859ae..6f07f61bb9 100644 --- a/qbs/imports/QtcAutotest.qbs +++ b/qbs/imports/QtcAutotest.qbs @@ -18,6 +18,7 @@ CppApplication { buildDirectory + '/' + project.ide_library_path + "/..", // OSX buildDirectory + '/' + project.ide_plugin_path ] + cpp.minimumOsxVersion: "10.7" // The following would be conceptually right, but does not work currently as some autotests // (e.g. extensionsystem) do not work when installed, because they want hardcoded |