From 4fcb49be1c4d349bfe09ab0f3f610f84930e024b Mon Sep 17 00:00:00 2001 From: Christian Kandeler <christian.kandeler@digia.com> Date: Wed, 29 Oct 2014 14:02:07 +0100 Subject: [PATCH] qbs build: Remove outdated "minimumQtVersion" specifications. These were added when the overall project still supported Qt 4. Now the general requirement is even stronger than what was specified in these plugins. Change-Id: I71241e20a72a413d30c4e089bcc19b0762a732da Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com> --- src/plugins/qmlprofiler/qmlprofiler.qbs | 1 - src/plugins/welcome/welcome.qbs | 1 - src/plugins/winrt/winrt.qbs | 1 - 3 files changed, 3 deletions(-) diff --git a/src/plugins/qmlprofiler/qmlprofiler.qbs b/src/plugins/qmlprofiler/qmlprofiler.qbs index 9b2ae622d5c..5ab6e00af6b 100644 --- a/src/plugins/qmlprofiler/qmlprofiler.qbs +++ b/src/plugins/qmlprofiler/qmlprofiler.qbs @@ -4,7 +4,6 @@ import QtcPlugin QtcPlugin { name: "QmlProfiler" - minimumQtVersion: "5.1" Depends { name: "Qt"; submodules: ["widgets", "network"] } Depends { name: "Qt.quick"; condition: product.condition; } diff --git a/src/plugins/welcome/welcome.qbs b/src/plugins/welcome/welcome.qbs index c44fbb89656..9b880013485 100644 --- a/src/plugins/welcome/welcome.qbs +++ b/src/plugins/welcome/welcome.qbs @@ -4,7 +4,6 @@ import QtcPlugin QtcPlugin { name: "Welcome" - minimumQtVersion: "5.1" Depends { name: "Qt"; submodules: ["widgets", "network"] } Depends { name: "Qt.quick"; condition: product.condition; } diff --git a/src/plugins/winrt/winrt.qbs b/src/plugins/winrt/winrt.qbs index 67b8e0e4bf5..8e657c66f86 100644 --- a/src/plugins/winrt/winrt.qbs +++ b/src/plugins/winrt/winrt.qbs @@ -4,7 +4,6 @@ import QtcPlugin QtcPlugin { name: "WinRt" - minimumQtVersion: "5.0" Depends { name: "Core" } Depends { name: "Debugger" } -- GitLab