Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Artikulate
Commits
bf039714
Commit
bf039714
authored
Aug 10, 2014
by
Andreas Cord-Landwehr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port KNewStuff.
parent
e5b92467
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
CMakeLists.txt
+1
-0
src/CMakeLists.txt
src/CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
bf039714
...
...
@@ -44,6 +44,7 @@ find_package(KF5 CONFIG REQUIRED COMPONENTS
CoreAddons
I18n
KDELibs4Support
NewStuff
)
# subdirectories to build
...
...
src/CMakeLists.txt
View file @
bf039714
...
...
@@ -126,7 +126,7 @@ qt5_wrap_ui (artikulate_SRCS
kconfig_add_kcfg_files
(
artikulate_SRCS settings.kcfgc
)
add_executable
(
artikulate
${
artikulate_SRCS
}
)
target_link_libraries
(
artikulate
LINK_P
RIVATE
LINK_P
UBLIC
artikulatelearnerprofile
artikulatesound
artikulatecore
...
...
@@ -134,7 +134,7 @@ target_link_libraries(artikulate
${
KDE4_PLASMA_LIBS
}
${
KDE4_KIO_LIBS
}
${
QT_QTDECLARATIVE_LIBRARY
}
${
KDE4_KNEWSTUFF3_LIBS
}
KF5::NewStuff
)
install
(
FILES artikulate.kcfg DESTINATION
${
KCFG_INSTALL_DIR
}
)
...
...
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