Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
de60d3f6
Commit
de60d3f6
authored
May 04, 2018
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation (force MOC on definitions.h to create PlaylistState MetaObject)
parent
0f74f3d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/CMakeLists.txt
src/CMakeLists.txt
+2
-1
No files found.
src/CMakeLists.txt
View file @
de60d3f6
...
...
@@ -240,7 +240,8 @@ qt5_add_dbus_adaptor(kdenlive_SRCS
MainWindow
)
qt5_add_resources
(
kdenlive_extra_SRCS icons.qrc ui/resources.qrc uiresources.qrc
)
add_library
(
kdenliveLib STATIC
${
kdenlive_SRCS
}
${
kdenlive_UIS
}
)
qt5_wrap_cpp
(
kdenlive_MOC definitions.h
)
add_library
(
kdenliveLib STATIC
${
kdenlive_SRCS
}
${
kdenlive_UIS
}
${
kdenlive_MOC
}
)
add_executable
(
kdenlive
main.cpp
${
kdenlive_extra_SRCS
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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