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
PIM Data Exporter
Commits
c9bbae9d
Commit
c9bbae9d
authored
May 01, 2022
by
Laurent Montel
😁
Browse files
Prepare to use custom install dir PIMDATAINSTALL_DIR
parent
ff254297
Pipeline
#170475
passed with stage
in 2 minutes and 47 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/autotests/addressbook/CMakeLists.txt
View file @
c9bbae9d
# SPDX-FileCopyrightText: 2011-2022 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
add_definitions
(
-DPIMDATAEXPORTER_DIR=
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/data"
)
add_definitions
(
-DPIMDATAINSTALL_DIR=
"
${
CMAKE_CURRENT_BINARY_DIR
}
/install"
)
set
(
exportaddressbookjobinterfacetest_SRCS exportaddressbookjobinterfacetest.cpp exportaddressbookjobinterfacetestimpl.cpp
exportaddressbookjobinterfacetest.h exportaddressbookjobinterfacetestimpl.h
)
...
...
core/autotests/akregator/CMakeLists.txt
View file @
c9bbae9d
# SPDX-FileCopyrightText: 2011-2022 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
add_definitions
(
-DPIMDATAEXPORTER_DIR=
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/data"
)
add_definitions
(
-DPIMDATAINSTALL_DIR=
"
${
CMAKE_CURRENT_BINARY_DIR
}
/install"
)
set
(
exportakregatorjobinterfacetest_SRCS exportakregatorjobinterfacetest.cpp exportakregatorjobinterfacetestimpl.cpp
exportakregatorjobinterfacetest.h exportakregatorjobinterfacetestimpl.h
)
...
...
core/autotests/alarm/CMakeLists.txt
View file @
c9bbae9d
# SPDX-FileCopyrightText: 2011-2022 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
add_definitions
(
-DPIMDATAEXPORTER_DIR=
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/data"
)
add_definitions
(
-DPIMDATAINSTALL_DIR=
"
${
CMAKE_CURRENT_BINARY_DIR
}
/install"
)
set
(
exportalarmjobinterfacetest_SRCS exportalarmjobinterfacetest.cpp exportalarmjobinterfacetestimpl.cpp
exportalarmjobinterfacetest.h exportalarmjobinterfacetestimpl.h
)
...
...
core/autotests/calendar/CMakeLists.txt
View file @
c9bbae9d
# SPDX-FileCopyrightText: 2011-2022 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
add_definitions
(
-DPIMDATAEXPORTER_DIR=
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/data"
)
add_definitions
(
-DPIMDATAINSTALL_DIR=
"
${
CMAKE_CURRENT_BINARY_DIR
}
/install"
)
set
(
exportcalendarsjobinterfacetest_SRCS exportcalendarsjobinterfacetest.cpp exportcalendarsjobinterfacetestimpl.cpp
exportcalendarsjobinterfacetest.h exportcalendarsjobinterfacetestimpl.h
)
...
...
core/autotests/mail/CMakeLists.txt
View file @
c9bbae9d
# SPDX-FileCopyrightText: 2011-2022 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
add_definitions
(
-DPIMDATAEXPORTER_DIR=
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/data"
)
add_definitions
(
-DPIMDATAINSTALL_DIR=
"
${
CMAKE_CURRENT_BINARY_DIR
}
/install"
)
set
(
exportmailjobinterfacetest_SRCS exportmailjobinterfacetest.cpp exportmailjobinterfacetestimpl.cpp
exportmailjobinterfacetest.h exportmailjobinterfacetestimpl.h
)
...
...
core/autotests/notes/CMakeLists.txt
View file @
c9bbae9d
# SPDX-FileCopyrightText: 2011-2022 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
add_definitions
(
-DPIMDATAEXPORTER_DIR=
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/data"
)
add_definitions
(
-DPIMDATAINSTALL_DIR=
"
${
CMAKE_CURRENT_BINARY_DIR
}
/install"
)
set
(
exportnotesjobinterfacetest_SRCS exportnotesjobinterfacetest.cpp exportnotesjobinterfacetestimpl.cpp
exportnotesjobinterfacetest.h exportnotesjobinterfacetestimpl.h
)
...
...
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