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
Education
GCompris
Commits
00eaa00a
Commit
00eaa00a
authored
Jun 13, 2016
by
Johnny Jazeix
Browse files
Fix build with older ECM versions , missing images folder in the ECM < 1.6.0
parent
5fc056e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
00eaa00a
...
@@ -105,9 +105,9 @@ find_package (KF5 QUIET COMPONENTS
...
@@ -105,9 +105,9 @@ find_package (KF5 QUIET COMPONENTS
)
)
if
(
KF5_FOUND
)
if
(
KF5_FOUND
)
include
(
KDEInstallDirs
)
include
(
KDEInstallDirs
)
add_subdirectory
(
images
)
if
(
ECM_VERSION VERSION_GREATER
"1.6.0"
)
if
(
ECM_VERSION VERSION_GREATER
"1.6.0"
)
add_subdirectory
(
images
)
install
(
FILES org.kde.gcompris.appdata.xml DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
install
(
FILES org.kde.gcompris.appdata.xml DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
install
(
FILES org.kde.gcompris.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES org.kde.gcompris.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
endif
()
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