aboutsummaryrefslogtreecommitdiffstats
path: root/qbs_version.pri
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2016-10-31 16:43:38 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2016-11-03 09:11:10 +0000
commit794c88ff8570fc14502c5c716ba22bdf99c4aa9a (patch)
tree68bee5227aa1736085e6cbf8e604c295a4dcf191 /qbs_version.pri
parent6e58286b955d32d5be1381802e92fd4a7cd3a4d2 (diff)
Append minor version number to soname of all qbs libs
For the qbs build this feature is turned off to be able to build qbs 1.7 with qbs 1.6. Task-number: QBS-1002 Change-Id: I983b61c870f8516fb992e2379c5acb86f02dc104 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'qbs_version.pri')
-rw-r--r--qbs_version.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs_version.pri b/qbs_version.pri
index 7b518c03e..55dff2e64 100644
--- a/qbs_version.pri
+++ b/qbs_version.pri
@@ -1,3 +1,4 @@
QBS_VERSION = 1.7.0
QBS_VERSION_MAJ = $$section(QBS_VERSION, ., 0, 0)
+QBS_VERSION_MIN = $$section(QBS_VERSION, ., 1, 1)
DEFINES += QBS_VERSION=\\\"$$QBS_VERSION\\\"