Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KShisen
Commits
7d20a5e5
Commit
7d20a5e5
authored
Mar 20, 2022
by
Nicolas Fella
Browse files
Add missing find_package for KCoreAddons
parent
f082a031
Pipeline
#152858
passed with stage
in 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.kde-ci.yml
View file @
7d20a5e5
...
...
@@ -7,6 +7,7 @@ Dependencies:
'
frameworks/extra-cmake-modules'
:
'
@stable'
'
games/libkmahjongg'
:
'
@same'
'
games/libkdegames'
:
'
@same'
'
frameworks/kcoreaddons'
:
'
@stable'
'
frameworks/kconfig'
:
'
@stable'
'
frameworks/kcrash'
:
'
@stable'
'
frameworks/kdbusaddons'
:
'
@stable'
...
...
CMakeLists.txt
View file @
7d20a5e5
...
...
@@ -40,6 +40,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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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