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
KDE PIM Runtime
Commits
c16b62b2
Commit
c16b62b2
authored
Dec 21, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use an uniq project name
parent
2ca7e0b0
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
1 addition
and
25 deletions
+1
-25
agents/CMakeLists.txt
agents/CMakeLists.txt
+0
-2
kioslave/akonadi/CMakeLists.txt
kioslave/akonadi/CMakeLists.txt
+0
-2
migration/CMakeLists.txt
migration/CMakeLists.txt
+0
-3
plugins/CMakeLists.txt
plugins/CMakeLists.txt
+0
-1
resources/CMakeLists.txt
resources/CMakeLists.txt
+0
-2
resources/dav/resource/CMakeLists.txt
resources/dav/resource/CMakeLists.txt
+0
-2
resources/folderarchivesettings/CMakeLists.txt
resources/folderarchivesettings/CMakeLists.txt
+0
-3
resources/maildir/CMakeLists.txt
resources/maildir/CMakeLists.txt
+1
-1
resources/mixedmaildir/CMakeLists.txt
resources/mixedmaildir/CMakeLists.txt
+0
-2
resources/pop3/CMakeLists.txt
resources/pop3/CMakeLists.txt
+0
-2
resources/shared/filestore/CMakeLists.txt
resources/shared/filestore/CMakeLists.txt
+0
-2
resources/shared/singlefileresource/CMakeLists.txt
resources/shared/singlefileresource/CMakeLists.txt
+0
-3
No files found.
agents/CMakeLists.txt
View file @
c16b62b2
project
(
agents
)
add_definitions
(
-DQT_NO_CAST_FROM_ASCII
)
add_definitions
(
-DQT_NO_CAST_TO_ASCII
)
...
...
kioslave/akonadi/CMakeLists.txt
View file @
c16b62b2
project
(
kioslave
)
set
(
kio_akonadi_SRCS akonadislave.cpp
)
ecm_qt_declare_logging_category
(
kio_akonadi_SRCS HEADER akonadislave_debug.h IDENTIFIER AKONADISLAVE_LOG CATEGORY_NAME org.kde.pim.akonadislave
)
...
...
migration/CMakeLists.txt
View file @
c16b62b2
project
(
migration
)
add_definitions
(
-DQT_NO_CAST_FROM_ASCII
)
add_definitions
(
-DQT_NO_CAST_TO_ASCII
)
#REMOVE IT
...
...
plugins/CMakeLists.txt
View file @
c16b62b2
project
(
plugins
)
add_definitions
(
-DQT_NO_CAST_FROM_ASCII
)
add_definitions
(
-DQT_NO_CAST_TO_ASCII
)
...
...
resources/CMakeLists.txt
View file @
c16b62b2
project
(
resources
)
set
(
AKONADICALENDAR_LIB_VERSION
"5.4.40"
)
set
(
KMBOX_LIB_VERSION
"5.4.40"
)
...
...
resources/dav/resource/CMakeLists.txt
View file @
c16b62b2
project
(
davgroupware
)
add_definitions
(
-DTRANSLATION_DOMAIN=\"akonadi_davgroupware_resource\"
)
#if (QT_QTXMLPATTERNS_LIBRARY)
...
...
resources/folderarchivesettings/CMakeLists.txt
View file @
c16b62b2
project
(
folderarchivesettings
)
add_definitions
(
-DTRANSLATION_DOMAIN=\"libfolderarchivesettings\"
)
...
...
resources/maildir/CMakeLists.txt
View file @
c16b62b2
project
(
maildir
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/libmaildir
${
kdepim-runtime_SOURCE_DIR
}
...
...
resources/mixedmaildir/CMakeLists.txt
View file @
c16b62b2
project
(
mixedmaildirresource
)
include_directories
(
${
kdepim-runtime_SOURCE_DIR
}
${
kdepim-runtime_SOURCE_DIR
}
/resources/shared
...
...
resources/pop3/CMakeLists.txt
View file @
c16b62b2
project
(
pop3
)
add_definitions
(
-DTRANSLATION_DOMAIN=\"akonadi_pop3_resource\"
)
...
...
resources/shared/filestore/CMakeLists.txt
View file @
c16b62b2
project
(
akonadi-filestore
)
add_definitions
(
-DTRANSLATION_DOMAIN=\"akonadi-filestore\"
)
...
...
resources/shared/singlefileresource/CMakeLists.txt
View file @
c16b62b2
project
(
akonadi-singlefileresource
)
add_definitions
(
-DTRANSLATION_DOMAIN=\"akonadi_singlefile_resource\"
)
set
(
AKONADI_SINGLEFILERESOURCE_SHARED_SOURCES
...
...
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