Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Artikulate
Commits
88df2ed7
Commit
88df2ed7
authored
May 26, 2016
by
Andreas Cord-Landwehr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change default sound backend to QtMultimedia
CCMAIL: faure@kde.org
parent
c759fb95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
88df2ed7
...
...
@@ -60,8 +60,8 @@ find_package(KF5 REQUIRED COMPONENTS
)
# options
option
(
BUILD_QTMULTIMEDIA_PLUGIN
"Build QtMultimedia sound backend"
O
FF
)
option
(
BUILD_GSTREAMER_PLUGIN
"Build GStreamer sound backend"
O
N
)
option
(
BUILD_QTMULTIMEDIA_PLUGIN
"Build QtMultimedia sound backend"
O
N
)
option
(
BUILD_GSTREAMER_PLUGIN
"Build GStreamer sound backend"
O
FF
)
add_definitions
(
-DQT_NO_URL_CAST_FROM_STRING
...
...
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