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
Education
KWordQuiz
Commits
352c34f3
Commit
352c34f3
authored
Aug 28, 2020
by
Alexander Lohnau
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix KNS deprecations
parent
f91c2cb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
src/CMakeLists.txt
View file @
352c34f3
...
...
@@ -98,7 +98,7 @@ install(TARGETS kwordquiz ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
install
(
PROGRAMS org.kde.kwordquiz.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES kwordquiz.kcfg DESTINATION
${
KDE_INSTALL_KCFGDIR
}
)
install
(
FILES kwordquiz.knsrc DESTINATION
${
KDE_INSTALL_
CONF
DIR
}
)
install
(
FILES kwordquiz.knsrc DESTINATION
${
KDE_INSTALL_
KNSRC
DIR
}
)
install
(
FILES kwordquiz.notifyrc DESTINATION
${
KDE_INSTALL_KNOTIFY5RCDIR
}
)
install
(
FILES
kwordquizui.rc
...
...
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