mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 19:38:09 +00:00
fix(CMakeLists.txt): fix RegularExpression::compile(): Unmatched parentheses.
This commit is contained in:
parent
4d78e4fc29
commit
efed2fd803
1 changed files with 1 additions and 1 deletions
|
|
@ -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$"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue