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
Kleopatra
Commits
a96903d4
Commit
a96903d4
authored
Feb 01, 2021
by
Laurent Montel
😁
Browse files
Use autorcc directly
parent
d44853ca
Pipeline
#49413
failed with stage
in 10 minutes and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
a96903d4
...
...
@@ -276,6 +276,7 @@ set(_kleopatra_SRCS
kleopatraapplication.cpp
mainwindow.cpp
main.cpp
kleopatra.qrc
)
if
(
WIN32
)
...
...
@@ -332,8 +333,6 @@ kconfig_add_kcfg_files(_kleopatra_SRCS
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/icons/*-apps-kleopatra.png"
)
ecm_add_app_icon
(
_kleopatra_SRCS ICONS
${
ICONS_SRCS
}
)
qt5_add_resources
(
_kleopatra_SRCS kleopatra.qrc
)
add_executable
(
kleopatra_bin
${
_kleopatra_SRCS
}
${
_kleopatra_uiserver_SRCS
}
)
#if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
# set_target_properties(kleopatra_bin PROPERTIES UNITY_BUILD ON)
...
...
src/kwatchgnupg/CMakeLists.txt
View file @
a96903d4
...
...
@@ -14,6 +14,7 @@ set(kwatchgnupg_SRCS
aboutdata.cpp
tray.cpp
main.cpp
kwatchgnupg.qrc
)
ecm_qt_declare_logging_category
(
kwatchgnupg_SRCS HEADER kwatchgnupg_debug.h IDENTIFIER KWATCHGNUPG_LOG CATEGORY_NAME org.kde.pim.kwatchgnupg
...
...
@@ -22,8 +23,6 @@ ecm_qt_declare_logging_category(kwatchgnupg_SRCS HEADER kwatchgnupg_debug.h IDEN
EXPORT KLEOPATRA
)
qt5_add_resources
(
kwatchgnupg_SRCS kwatchgnupg.qrc
)
if
(
WIN32
)
set
(
kwatchgnupg_SRCS
${
kwatchgnupg_SRCS
}
../utils/gnupg-registry.c
)
endif
()
...
...
Write
Preview
Supports
Markdown
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