Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
ed387d0e
Commit
ed387d0e
authored
Oct 08, 2022
by
Julius Künzel
💬
Browse files
Fix build broken by previous commit
parent
b8e8e147
Pipeline
#244046
failed with stage
in 3 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
ed387d0e
...
...
@@ -69,20 +69,19 @@ add_subdirectory(widgets)
add_subdirectory
(
xml
)
## toplevel source code files
set
(
kdenlive_SRCS
${
kdenlive_SRCS
}
core.cpp
definitions.cpp
docktitlebarmanager.cpp
layoutmanagement.cpp
mainwindow.cpp
mltconnection.cpp
statusbarmessagelabel.cpp
undohelper.cpp
PARENT_SCOPE
list
(
APPEND kdenlive_SRCS
core.cpp
definitions.cpp
docktitlebarmanager.cpp
layoutmanagement.cpp
mainwindow.cpp
mltconnection.cpp
statusbarmessagelabel.cpp
undohelper.cpp
)
if
(
CRASH_AUTO_TEST
)
set
(
kdenlive_SRCS
${
kdenlive_SRCS
}
logger.cpp
PARENT_SCOPE
)
list
(
APPEND
kdenlive_SRCS logger.cpp
)
endif
()
## Others special cases
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment