Commit 7356189d authored by Michael Brüning's avatar Michael Brüning Committed by Michael Bruning
Browse files

Use the correct comment syntax.

This fixes 7639513f

.

Change-Id: I512ca97d8b4fc8b7c48f03ab32d476bb3a791157
Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
Showing with 1 addition and 1 deletion
......@@ -17,7 +17,7 @@ defineTest(isPythonVersionSupported) {
}
defineTest(isGCCVersionSupported) {
// The below will work for gcc 4.6 and up and also match gcc 5
# The below will work for gcc 4.6 and up and also match gcc 5
greaterThan(QT_GCC_MINOR_VERSION, 5):return(true)
greaterThan(QT_GCC_MAJOR_VERSION, 4):return(true)
return(false)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment