From 3c6b2691b72411f42d157667b52765d33437755f Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 31 Jul 2014 14:13:44 +0200 Subject: Set the minimum qbs version on the project. So people will understand why they can't open the projects with older Creator versions. Change-Id: Ie9291096ba001b0d31a58d834ba23c95a569d20f Reviewed-by: Joerg Bornemann --- qtcreator.qbs | 1 + 1 file changed, 1 insertion(+) (limited to 'qtcreator.qbs') diff --git a/qtcreator.qbs b/qtcreator.qbs index 25bbb3e128..0efe98001b 100644 --- a/qtcreator.qbs +++ b/qtcreator.qbs @@ -1,6 +1,7 @@ import qbs 1.0 Project { + minimumQbsVersion: "1.3" property bool withAutotests: qbs.buildVariant === "debug" property string ide_version_major: '3' property string ide_version_minor: '1' -- cgit v1.2.3