Skip to content
Snippets Groups Projects
Commit b02fb69d authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

qtcreator.pri: Fix version check to recognize Qt 5.


Change-Id: Ia98345a1ee5be3cc804679772bbcbaf3431468eb
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent a1c25804
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,9 @@ defineTest(minQtVersion) { ...@@ -50,6 +50,9 @@ defineTest(minQtVersion) {
return(true) return(true)
} }
} }
greaterThan(QT_MAJOR_VERSION, $$maj) {
return(true)
}
return(false) return(false)
} }
......
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