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
Plasma
Breeze Style for QQC2
Commits
95fdf736
Commit
95fdf736
authored
Oct 02, 2022
by
Nicolas Fella
Browse files
Install po folder
(cherry picked from commit
a2849f5e
)
parent
717d6cb3
Pipeline
#246055
passed with stage
in 2 minutes and 46 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.kde-ci.yml
View file @
95fdf736
...
...
@@ -12,6 +12,7 @@ Dependencies:
'
frameworks/kguiaddons'
:
'
@latest'
'
frameworks/kiconthemes'
:
'
@latest'
'
frameworks/kirigami'
:
'
@latest'
'
frameworks/ki18n'
:
'
@latest'
'
frameworks/kwidgetsaddons'
:
'
@latest'
Options
:
require-passing-tests-on
:
[
'
Linux'
,
'
FreeBSD'
]
CMakeLists.txt
View file @
95fdf736
...
...
@@ -47,7 +47,7 @@ if (NOT ANDROID)
find_package
(
KF5IconThemes
${
KF5_DEP_VERSION
}
REQUIRED
)
endif
()
find_package
(
KF5
${
KF5_DEP_VERSION
}
REQUIRED COMPONENTS GuiAddons Config Kirigami2 CoreAddons ConfigWidgets
)
find_package
(
KF5
${
KF5_DEP_VERSION
}
REQUIRED COMPONENTS GuiAddons Config Kirigami2 CoreAddons ConfigWidgets
I18n
)
if
(
NOT APPLE AND NOT WIN32
)
find_package
(
X11
)
...
...
@@ -172,3 +172,5 @@ feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAG
file
(
GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h
)
kde_clang_format
(
${
ALL_CLANG_FORMAT_SOURCE_FILES
}
)
kde_configure_git_pre_commit_hook
(
CHECKS CLANG_FORMAT
)
ki18n_install
(
po
)
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