Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KMailTransport
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
KMailTransport
Commits
88bdf4b3
Commit
88bdf4b3
authored
Aug 16, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow to run test without install it
parent
38c1098b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
CMakeLists.txt
CMakeLists.txt
+9
-1
No files found.
CMakeLists.txt
View file @
88bdf4b3
...
@@ -5,7 +5,15 @@ project(MailTransport VERSION ${PIM_VERSION})
...
@@ -5,7 +5,15 @@ project(MailTransport VERSION ${PIM_VERSION})
# ECM setup
# ECM setup
set
(
KF5_VERSION
"5.37.0"
)
set
(
KF5_VERSION
"5.37.0"
)
find_package
(
ECM
${
KF5_VERSION
}
CONFIG REQUIRED
)
option
(
RUN_UNINSTALL
"test run uninstalled apps (experimental)"
FALSE
)
set
(
ECM_VERSION
${
KF5_VERSION
}
)
# ECM setup
if
(
RUN_UNINSTALL
)
set
(
ECM_VERSION
"5.38.0"
)
endif
()
find_package
(
ECM
${
ECM_VERSION
}
CONFIG REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
MailTransport_SOURCE_DIR
}
/cmake
${
ECM_MODULE_PATH
}
)
set
(
CMAKE_MODULE_PATH
${
MailTransport_SOURCE_DIR
}
/cmake
${
ECM_MODULE_PATH
}
)
include
(
GenerateExportHeader
)
include
(
GenerateExportHeader
)
...
...
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