Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kdeconnect-kde
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
KDE
kdeconnect-kde
Commits
0f9fa8e3
Commit
0f9fa8e3
authored
Oct 27, 2019
by
Nicolas Fella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge find_package calls
parent
724a5a14
Pipeline
#9558
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
CMakeLists.txt
CMakeLists.txt
+1
-3
No files found.
CMakeLists.txt
View file @
0f9fa8e3
...
...
@@ -69,7 +69,7 @@ else()
add_definitions
(
-DQT_NO_URL_CAST_FROM_STRING -DQT_NO_KEYWORDS -DQT_NO_CAST_FROM_ASCII -DHAVE_KIO
)
endif
()
find_package
(
Qt5
${
QT_MIN_VERSION
}
REQUIRED COMPONENTS Quick Network
)
find_package
(
Qt5
${
QT_MIN_VERSION
}
REQUIRED COMPONENTS Quick Network
Multimedia
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
${
KF5_REQUIRED_COMPONENTS
}
)
if
(
KF5_OPTIONAL_COMPONENTS
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
COMPONENTS
${
KF5_OPTIONAL_COMPONENTS
}
)
...
...
@@ -79,8 +79,6 @@ if (NOT ZSH_AUTOCOMPLETE_DIR)
set
(
ZSH_AUTOCOMPLETE_DIR
"
${
CMAKE_INSTALL_PREFIX
}
/share/zsh/site-functions"
)
endif
()
find_package
(
Qt5Multimedia
)
option
(
PRIVATE_DBUS_ENABLED
"Use private dbus session for kdeconnect"
OFF
)
if
(
PRIVATE_DBUS_ENABLED OR APPLE
)
add_compile_definitions
(
USE_PRIVATE_DBUS
)
...
...
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