fix(CMakeLists.txt): fix RegularExpression::compile(): Unmatched parentheses.

This commit is contained in:
Ronan Abhamon 2018-05-15 14:18:56 +02:00
parent 4d78e4fc29
commit efed2fd803

View file

@ -468,7 +468,7 @@ source_group(
"Qml" REGULAR_EXPRESSION ".+\.qml$"
)
source_group(
"Js" REGULAR_EXPRESSION ".+\.js)$"
"Js" REGULAR_EXPRESSION ".+\.js$"
)
source_group(
"Svg" REGULAR_EXPRESSION ".+\.svg$"