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
8739d4b7
Commit
8739d4b7
authored
Aug 24, 2015
by
Laurent Montel
Browse files
Generate debug file
parent
67df295f
Changes
4
Hide whitespace changes
Inline
Side-by-side
akonadi-contact/CMakeLists.txt
View file @
8739d4b7
...
...
@@ -16,6 +16,8 @@ include(KDEInstallDirs)
include
(
KDECMakeSettings
)
include
(
KDEFrameworkCompilerSettings
)
include
(
ECMInstallIcons
)
include
(
ECMQtDeclareLoggingCategory
)
set
(
KF5_VERSION
"5.12.0"
)
set
(
KDEPIMLIBS_VERSION
"5.0.41"
)
set
(
KCONTACTS_VERSION
"4.91.0"
)
...
...
akonadi-contact/src/CMakeLists.txt
View file @
8739d4b7
...
...
@@ -62,7 +62,6 @@ set(akonadicontact_editor_SRCS
)
set
(
akonadicontact_LIB_SRC
akonadi_contact_debug.cpp
abstractcontactformatter.cpp
abstractcontactgroupformatter.cpp
attributeregistrar.cpp
...
...
@@ -105,6 +104,8 @@ set(akonadicontact_LIB_SRC
${
akonadicontact_actions_SRCS
}
)
ecm_qt_declare_logging_category
(
akonadicontact_LIB_SRC HEADER akonadi_contact_debug.h IDENTIFIER AKONADICONTACT_LOG CATEGORY_NAME log_akonadi_contact
)
if
(
NOT KDE_PLATFORM_PROFILE STREQUAL
"Mobile"
)
set
(
akonadicontact_LIB_SRC
${
akonadicontact_LIB_SRC
}
...
...
akonadi-contact/src/akonadi_contact_debug.cpp
deleted
100644 → 0
View file @
67df295f
/* This file is part of the KDE project
Copyright (C) 2015 Laurent Montel <montel@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#include
"akonadi_contact_debug.h"
Q_LOGGING_CATEGORY
(
AKONADICONTACT_LOG
,
"log_akonadi_contact"
)
akonadi-contact/src/akonadi_contact_debug.h
deleted
100644 → 0
View file @
67df295f
/* This file is part of the KDE project
Copyright (C) 2015 Laurent Montel <montel@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#ifndef AKONADI_CONTACT_DEBUG_H
#define AKONADI_CONTACT_DEBUG_H
#include
<QLoggingCategory>
Q_DECLARE_LOGGING_CATEGORY
(
AKONADICONTACT_LOG
)
#endif
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