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
ac791640
Commit
ac791640
authored
Oct 27, 2019
by
Nicolas Fella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge conditions
parent
0f9fa8e3
Pipeline
#9559
passed with stage
in 8 minutes and 40 seconds
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 @
ac791640
...
...
@@ -53,6 +53,7 @@ else()
if
(
UNIX AND NOT APPLE
)
set
(
KF5_OPTIONAL_COMPONENTS
${
KF5_OPTIONAL_COMPONENTS
}
Runner
)
find_package
(
KF5PulseAudioQt
)
endif
()
find_package
(
Qca-qt5
${
QCA_MIN_VERSION
}
REQUIRED
)
...
...
@@ -63,9 +64,6 @@ else()
TYPE RUNTIME
)
if
(
NOT WIN32 AND NOT APPLE
)
find_package
(
KF5PulseAudioQt
)
endif
()
add_definitions
(
-DQT_NO_URL_CAST_FROM_STRING -DQT_NO_KEYWORDS -DQT_NO_CAST_FROM_ASCII -DHAVE_KIO
)
endif
()
...
...
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