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
KReversi
Commits
52f2e9af
Commit
52f2e9af
authored
Oct 11, 2019
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/Applications/19.08'
parents
e6af6aa3
9fd839bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
No files found.
CMakeLists.txt
View file @
52f2e9af
...
...
@@ -81,6 +81,8 @@ ki18n_wrap_ui(kreversi_SRCS startgamedialog.ui)
kconfig_add_kcfg_files
(
kreversi_SRCS preferences.kcfgc
)
file
(
GLOB ICON_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/icons/hicolor/*-apps-kreversi.png"
)
ecm_add_app_icon
(
kreversi_SRCS ICONS
${
ICON_SRCS
}
)
add_executable
(
kreversi
${
kreversi_SRCS
}
)
target_link_libraries
(
kreversi
...
...
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