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
Farid Abdelnour
kdenlive
Commits
c91c8abb
Commit
c91c8abb
authored
Dec 30, 2018
by
Vincent Pinon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QtScript is not used anymore
parent
3b1c2b8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
CMakeLists.txt
CMakeLists.txt
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-7
No files found.
CMakeLists.txt
View file @
c91c8abb
...
...
@@ -78,7 +78,7 @@ include(CheckIncludeFiles)
check_include_files
(
malloc.h HAVE_MALLOC_H
)
check_include_files
(
pthread.h HAVE_PTHREAD_H
)
find_package
(
Qt5 REQUIRED COMPONENTS Core DBus Widgets
Script
Svg Quick Concurrent
)
find_package
(
Qt5 REQUIRED COMPONENTS Core DBus Widgets Svg Quick Concurrent
)
find_package
(
Qt5 OPTIONAL_COMPONENTS WebKitWidgets QUIET
)
find_package
(
KF5 5.23.0 OPTIONAL_COMPONENTS XmlGui QUIET
)
...
...
src/CMakeLists.txt
View file @
c91c8abb
...
...
@@ -63,12 +63,6 @@ set_package_properties(OpenGL PROPERTIES
TYPE RUNTIME
PURPOSE
""
)
set_package_properties
(
QtScript PROPERTIES
DESCRIPTION
"Qt module providing core scripting facilities"
URL
"http://qt.nokia.com/products/qt"
TYPE RUNTIME
PURPOSE
""
)
#if(APPLE)
# macro_log_feature(SDL_FOUND
# "SDL"
...
...
@@ -292,7 +286,7 @@ elseif (KF5Crash_FOUND)
target_link_libraries
(
kdenlive KF5::Crash
)
endif
(
DRMINGW_FOUND
)
target_link_libraries
(
kdenlive
Qt5::Script
Qt5::Widgets Qt5::Concurrent Qt5::Qml Qt5::Quick
)
target_link_libraries
(
kdenlive Qt5::Widgets Qt5::Concurrent Qt5::Qml Qt5::Quick
)
if
(
KF5_PURPOSE
)
add_definitions
(
-DKF5_USE_PURPOSE
)
...
...
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