Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libraries
Phonon VLC
Commits
6cc22a4c
Commit
6cc22a4c
authored
Apr 26, 2011
by
Harald Sitter
✨
Browse files
change version to 0.4.0; release impending
parent
76a7cc27
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6cc22a4c
...
...
@@ -24,8 +24,8 @@ remove_definitions(-DQT3_SUPPORT_WARNINGS -DQT3_SUPPORT)
include_directories
(
${
PHONON_INCLUDES
}
${
QT_INCLUDES
}
${
LIBVLC_INCLUDE_DIR
}
)
set
(
PHONON_VLC_MAJOR_VERSION
"0"
)
set
(
PHONON_VLC_MINOR_VERSION
"
3
"
)
set
(
PHONON_VLC_PATCH_VERSION
"
55
"
)
set
(
PHONON_VLC_MINOR_VERSION
"
4
"
)
set
(
PHONON_VLC_PATCH_VERSION
"
0
"
)
set
(
PHONON_VLC_VERSION
"
${
PHONON_VLC_MAJOR_VERSION
}
.
${
PHONON_VLC_MINOR_VERSION
}
.
${
PHONON_VLC_PATCH_VERSION
}
"
)
add_definitions
(
-DPHONON_VLC_VERSION=
"
${
PHONON_VLC_VERSION
}
"
)
...
...
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