Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KNavalBattle
Commits
63c07ef8
Commit
63c07ef8
authored
Mar 20, 2022
by
Nicolas Fella
Browse files
Add missing KCoreAddons dep
parent
70d53ef7
Pipeline
#152863
passed with stage
in 39 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.kde-ci.yml
View file @
63c07ef8
...
...
@@ -6,6 +6,7 @@ Dependencies:
'
require'
:
'
frameworks/extra-cmake-modules'
:
'
@stable'
'
games/libkdegames'
:
'
@same'
'
frameworks/kcoreaddons'
:
'
@stable'
'
frameworks/kconfig'
:
'
@stable'
'
frameworks/kcrash'
:
'
@stable'
'
frameworks/kdbusaddons'
:
'
@stable'
...
...
CMakeLists.txt
View file @
63c07ef8
...
...
@@ -28,6 +28,7 @@ find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONEN
find_package
(
Qt
${
QT_MAJOR_VERSION
}
QuickWidgets
${
REQUIRED_QT_VERSION
}
CONFIG
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
CoreAddons
Config
Crash
DBusAddons
...
...
src/CMakeLists.txt
View file @
63c07ef8
...
...
@@ -61,6 +61,7 @@ ecm_add_app_icon(knavalbattle ICONS ${ICONS_SRCS})
target_link_libraries
(
knavalbattle
Qt
${
QT_MAJOR_VERSION
}
::Xml
Qt
${
QT_MAJOR_VERSION
}
::Network
KF5::CoreAddons
KF5::I18n
KF5::XmlGui
KF5::Completion
...
...
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