From efed2fd8034cfc0075d4c1c656161f4077f52cc6 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 15 May 2018 14:18:56 +0200 Subject: [PATCH] fix(CMakeLists.txt): fix RegularExpression::compile(): Unmatched parentheses. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$"