From ce1e935c3bb96075b62a0ff3ca048d72c3c0fb7b Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 10 May 2016 14:54:29 +0200 Subject: Doc: Remove repository name from examplesinstallpath Examples in binary packages now directly match the install path. Change-Id: Ib617462a75ba94ff32689c8cc8f0fb10e2db4431 Task-number: QTBUG-52953 Reviewed-by: Antti Kokko --- src/sensors/doc/qtsensors.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sensors/doc/qtsensors.qdocconf b/src/sensors/doc/qtsensors.qdocconf index 0506678..8b9b95d 100644 --- a/src/sensors/doc/qtsensors.qdocconf +++ b/src/sensors/doc/qtsensors.qdocconf @@ -46,7 +46,7 @@ exampledirs += ../../../examples/sensors \ snippets/ # Specify the install path under QT_INSTALL_EXAMPLES -examplesinstallpath = qtsensors/sensors +examplesinstallpath = sensors imagedirs += images -- cgit v1.2.1 From 6189199557a2b8eb981f37e6370b47c25b224b4e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 19 May 2016 13:27:14 +0200 Subject: Bump version Change-Id: Ib83512966f3fb2cf0e488b6ea71f72f353dcef2b --- .qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.qmake.conf b/.qmake.conf index b642527..21c63db 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,3 +1,3 @@ load(qt_build_config) -MODULE_VERSION = 5.6.1 +MODULE_VERSION = 5.6.2 -- cgit v1.2.1