Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KGoldrunner
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
...
@@ -22,7 +22,7 @@ set(kgoldrunner_SRCS
kgrsounds.cpp
kgrsounds.cpp
kgrdialog.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
}
)
ecm_add_app_icon
(
kgoldrunner_SRCS ICONS
${
ICONS_SRCS
}
)
add_executable
(
kgoldrunner
${
kgoldrunner_SRCS
}
)
add_executable
(
kgoldrunner
${
kgoldrunner_SRCS
}
)
...
@@ -35,4 +35,4 @@ install(TARGETS kgoldrunner ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
...
@@ -35,4 +35,4 @@ install(TARGETS kgoldrunner ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
install
(
PROGRAMS org.kde.KGoldrunner.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
PROGRAMS org.kde.KGoldrunner.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES kgoldrunnerui.rc DESTINATION
${
KDE_INSTALL_KXMLGUI5DIR
}
/kgoldrunner
)
install
(
FILES kgoldrunnerui.rc DESTINATION
${
KDE_INSTALL_KXMLGUI5DIR
}
/kgoldrunner
)
ecm_install_icons
(
ICONS
hi128-apps-kgoldrunner.png hi16-apps-kgoldrunner.png hi22-apps-kgoldrunner.png hi32-apps-kgoldrunner.png hi48-apps-kgoldrunner.png hi64-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