diff --git a/CMakeLists.txt b/CMakeLists.txt index 58b5c3b78..8aa057d77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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$"