Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KGoldrunner
Commits
58499506
Commit
58499506
authored
Mar 15, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renanme icons
parent
96cac438
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
2 deletions
+2
-2
src/128-apps-kgoldrunner.png
src/128-apps-kgoldrunner.png
+0
-0
src/16-apps-kgoldrunner.png
src/16-apps-kgoldrunner.png
+0
-0
src/22-apps-kgoldrunner.png
src/22-apps-kgoldrunner.png
+0
-0
src/32-apps-kgoldrunner.png
src/32-apps-kgoldrunner.png
+0
-0
src/48-apps-kgoldrunner.png
src/48-apps-kgoldrunner.png
+0
-0
src/64-apps-kgoldrunner.png
src/64-apps-kgoldrunner.png
+0
-0
src/CMakeLists.txt
src/CMakeLists.txt
+2
-2
No files found.
src/
hi
128-apps-kgoldrunner.png
→
src/128-apps-kgoldrunner.png
View file @
58499506
File moved
src/
hi
16-apps-kgoldrunner.png
→
src/16-apps-kgoldrunner.png
View file @
58499506
File moved
src/
hi
22-apps-kgoldrunner.png
→
src/22-apps-kgoldrunner.png
View file @
58499506
File moved
src/
hi
32-apps-kgoldrunner.png
→
src/32-apps-kgoldrunner.png
View file @
58499506
File moved
src/
hi
48-apps-kgoldrunner.png
→
src/48-apps-kgoldrunner.png
View file @
58499506
File moved
src/
hi
64-apps-kgoldrunner.png
→
src/64-apps-kgoldrunner.png
View file @
58499506
File moved
src/CMakeLists.txt
View file @
58499506
...
...
@@ -22,7 +22,7 @@ set(kgoldrunner_SRCS
kgrsounds.cpp
kgrdialog.cpp
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/
hi
*-apps-kgoldrunner.png"
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/*-apps-kgoldrunner.png"
)
ecm_add_app_icon
(
kgoldrunner_SRCS ICONS
${
ICONS_SRCS
}
)
add_executable
(
kgoldrunner
${
kgoldrunner_SRCS
}
)
...
...
@@ -35,4 +35,4 @@ install(TARGETS kgoldrunner ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
install
(
PROGRAMS org.kde.KGoldrunner.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES kgoldrunnerui.rc DESTINATION
${
KDE_INSTALL_KXMLGUI5DIR
}
/kgoldrunner
)
ecm_install_icons
(
ICONS
hi
128-apps-kgoldrunner.png
hi
16-apps-kgoldrunner.png
hi
22-apps-kgoldrunner.png
hi
32-apps-kgoldrunner.png
hi
48-apps-kgoldrunner.png
hi
64-apps-kgoldrunner.png DESTINATION
${
KDE_INSTALL_ICONDIR
}
)
ecm_install_icons
(
ICONS 128-apps-kgoldrunner.png 16-apps-kgoldrunner.png 22-apps-kgoldrunner.png 32-apps-kgoldrunner.png 48-apps-kgoldrunner.png 64-apps-kgoldrunner.png DESTINATION
${
KDE_INSTALL_ICONDIR
}
THEME hicolor
)
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