Skip to content
Snippets Groups Projects
Commit b7914379 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Eike Ziller
Browse files

Fix Qt version warning


Change-Id: I0738620fe3e1b8d02b681d4bc743c6fd233e6b89
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent 4ba08300
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ minQtVersion(5, 2, 0) { ...@@ -77,7 +77,7 @@ minQtVersion(5, 2, 0) {
warning("QmlDesigner plugin has been disabled.") warning("QmlDesigner plugin has been disabled.")
warning("QmlProfiler plugin has been disabled.") warning("QmlProfiler plugin has been disabled.")
warning("Welcome plugin has been disabled.") warning("Welcome plugin has been disabled.")
warning("These plugins need at least Qt 5.1.") warning("These plugins need at least Qt 5.2.")
} }
for(p, SUBDIRS) { for(p, SUBDIRS) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment