aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-10-29 14:02:07 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-10-31 10:33:42 +0100
commit4fcb49be1c4d349bfe09ab0f3f610f84930e024b (patch)
tree6f9d776efbf210a2037a3a422282a684e35d4114 /src/plugins/welcome
parent0581f22bdcf7e08eb605a5b73338c261359d5f37 (diff)
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>
Diffstat (limited to 'src/plugins/welcome')
-rw-r--r--src/plugins/welcome/welcome.qbs1
1 files changed, 0 insertions, 1 deletions
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; }