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
PIM
Akonadi Contacts
Commits
46b7c96f
Commit
46b7c96f
authored
Sep 20, 2016
by
Laurent Montel
Browse files
Remove unused check
parent
684e8c41
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
46b7c96f
...
...
@@ -173,14 +173,10 @@ set(akonadicontact_LIB_SRC
ecm_qt_declare_logging_category
(
akonadicontact_LIB_SRC HEADER akonadi_contact_debug.h IDENTIFIER AKONADICONTACT_LOG CATEGORY_NAME org.kde.pim.akonadicontact
)
if
(
NOT KDE_PLATFORM_PROFILE STREQUAL
"Mobile"
)
set
(
akonadicontact_LIB_SRC
${
akonadicontact_LIB_SRC
}
${
akonadicontact_editor_SRCS
}
)
else
()
add_definitions
(
-DDISABLE_EDITOR_WIDGETS
)
endif
()
set
(
akonadicontact_LIB_SRC
${
akonadicontact_LIB_SRC
}
${
akonadicontact_editor_SRCS
}
)
ki18n_wrap_ui
(
akonadicontact_LIB_SRC contactgroupeditor.ui
)
...
...
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