Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Akonadi Data Import Wizard
Commits
1ed8c3d0
Commit
1ed8c3d0
authored
Sep 19, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename categories
parent
8936bf6a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
importwizard.categories
importwizard.categories
+1
-1
importwizard.renamecategories
importwizard.renamecategories
+1
-0
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
1ed8c3d0
...
...
@@ -85,7 +85,7 @@ include_directories(
add_subdirectory
(
src
)
install
(
FILES importwizard.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
install
(
FILES
importwizard.renamecategories
importwizard.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
add_subdirectory
(
doc
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
importwizard.categories
View file @
1ed8c3d0
log_
importwizard importwizard (importwizard)
org.kde.pim.
importwizard importwizard (importwizard)
importwizard.renamecategories
0 → 100644
View file @
1ed8c3d0
org.kde.pim.importwizard log_importwizard
src/CMakeLists.txt
View file @
1ed8c3d0
...
...
@@ -81,7 +81,7 @@ ki18n_wrap_ui(importwizard_SRCS
ui/manual/manualselectfilterpage.ui
)
ecm_qt_declare_logging_category
(
importwizard_SRCS HEADER importwizard_debug.h IDENTIFIER IMPORTWIZARD_LOG CATEGORY_NAME
log_
importwizard
)
ecm_qt_declare_logging_category
(
importwizard_SRCS HEADER importwizard_debug.h IDENTIFIER IMPORTWIZARD_LOG CATEGORY_NAME
org.kde.pim.
importwizard
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/icons/*-apps-kontact-import-wizard.png"
)
ecm_add_app_icon
(
importwizard_SRCS ICONS
${
ICONS_SRCS
}
)
...
...
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