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
PIM
PIM GrantleeTheme
Commits
9ea74cc4
Commit
9ea74cc4
authored
Nov 04, 2021
by
Laurent Montel
😁
Browse files
Allow to show header in qtc
parent
c54c81a7
Pipeline
#93703
passed with stage
in 3 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
9ea74cc4
...
...
@@ -13,7 +13,14 @@ target_sources(KF5GrantleeTheme PRIVATE
grantleethemeengine.cpp
grantleeki18nlocalizer.cpp
qtresourcetemplateloader.cpp
)
genericformatter.h
grantleetheme.h
grantleethememanager.h
grantleethemeengine.h
grantleeki18nlocalizer.h
qtresourcetemplateloader.h
)
configure_file
(
config-grantleetheme.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/config-grantleetheme.h
)
...
...
src/plugin/CMakeLists.txt
View file @
9ea74cc4
kde_enable_exceptions
()
set
(
grantleeplugin_SRCS
add_library
(
kde_grantlee_plugin MODULE
)
target_sources
(
kde_grantlee_plugin PRIVATE
kdegrantleeplugin.cpp
color.cpp
colorscheme.cpp
icon.cpp
palette.cpp
)
add_library
(
kde_grantlee_plugin MODULE
${
grantleeplugin_SRCS
}
)
kdegrantleeplugin.h
color.h
colorscheme.h
icon.h
palette.h
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
kde_grantlee_plugin PROPERTIES UNITY_BUILD ON
)
endif
()
...
...
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