aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-07-31 14:13:44 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-07-31 14:54:40 +0200
commit3c6b2691b72411f42d157667b52765d33437755f (patch)
tree0fc2ea2e7dc9f34b8a46869aba27ebcf44866def /qtcreator.qbs
parent3787e9c64efdf29fe2e7f9dc7930ebe70c7dd20b (diff)
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 <joerg.bornemann@digia.com>
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs1
1 files changed, 1 insertions, 0 deletions
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'