From 87f2415adf34da08e6cd58f5da6f6a7d0d9cf141 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 8 Feb 2016 14:58:17 +0100 Subject: Bump version Change-Id: I7831244b4ebc31d9adb135ce6453c09a185b076c --- .qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf index a9b6a329..9450b838 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,4 @@ load(qt_build_config) CONFIG += qt_example_installs -MODULE_VERSION = 5.6.0 +MODULE_VERSION = 5.6.1 -- cgit v1.2.3 From 5f81e69d4b6f9b450f9b275e8eacbf606366c196 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 20 Apr 2016 21:10:34 +0200 Subject: pretend that the example installs are not FUBAR Change-Id: I1fad2e055f3d10d481a4bb01c014e9ac8c1abf44 Reviewed-by: Oswald Buddenhagen --- .qmake.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf index 9450b838..2b42c0b6 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,6 @@ load(qt_build_config) CONFIG += qt_example_installs +# Pretend that the example installs are not FUBAR. +CONFIG += install_ok MODULE_VERSION = 5.6.1 -- cgit v1.2.3 From dbc9131ebb300e715d5ebd815dc3ef9aa77ebf56 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 20 Apr 2016 21:23:04 +0200 Subject: do not enable example installs explicitly any more it's done centrally now. Change-Id: I5354ed1d92ffb988a0771783f94ee728b9ebeb12 Reviewed-by: Oswald Buddenhagen --- .qmake.conf | 1 - 1 file changed, 1 deletion(-) (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf index 2b42c0b6..4b4820c9 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,5 +1,4 @@ load(qt_build_config) -CONFIG += qt_example_installs # Pretend that the example installs are not FUBAR. CONFIG += install_ok -- cgit v1.2.3 From 212653fea189ad1f5203fe2b5c12caba6f13c72a Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 19 May 2016 13:27:50 +0200 Subject: Bump version Change-Id: I7c2473f07d7d1b65f39cf51df2817d4a74296462 --- .qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf index 4b4820c9..dadcf24d 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -2,4 +2,4 @@ load(qt_build_config) # Pretend that the example installs are not FUBAR. CONFIG += install_ok -MODULE_VERSION = 5.6.1 +MODULE_VERSION = 5.6.2 -- cgit v1.2.3