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
KDE PIM Add-ons
Commits
2a183739
Commit
2a183739
authored
Apr 20, 2016
by
Laurent Montel
😁
Browse files
Activate code by default
parent
5017d880
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2a183739
...
...
@@ -45,12 +45,7 @@ include(ECMQtDeclareLoggingCategory)
option
(
KDEPIMADDONS_BUILD_EXAMPLES
"Build the kdepim-addons example applications."
TRUE
)
option
(
QTWEBENGINE_SUPPORT_OPTION
"Enable support for QtWebEngine. False by default."
FALSE
)
if
(
QTWEBENGINE_SUPPORT_OPTION
)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED WebEngine WebEngineWidgets
)
find_package
(
KF5WebEngineViewer
${
KDEPIM_APPS_LIB_VERSION
}
CONFIG REQUIRED
)
endif
()
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED WebEngine WebEngineWidgets
)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED Widgets Test
)
...
...
@@ -77,8 +72,9 @@ set(KDEPIMLIBS_LIB_VERSION "5.2.40")
set
(
GRAVATAR_LIB_VERSION
"5.2.40"
)
set
(
INCIDENCEEDITOR_LIB_VERSION
"5.2.40"
)
set
(
KTNEF_LIB_VERSION
"5.2.40"
)
set
(
MESSAGELIB_LIB_VERSION
"5.2.5
6
"
)
set
(
MESSAGELIB_LIB_VERSION
"5.2.5
7
"
)
find_package
(
KF5WebEngineViewer
${
MESSAGELIB_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5MailCommon
${
MAILCOMMN_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5KaddressbookGrantlee
${
KDEPIM_APPS_LIB_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5MessageViewer
${
KDEPIM_APPS_LIB_VERSION
}
CONFIG REQUIRED
)
...
...
plugins/CMakeLists.txt
View file @
2a183739
...
...
@@ -4,6 +4,4 @@ add_subdirectory(messageviewerheaderplugins)
add_subdirectory
(
storageservices
)
add_subdirectory
(
messageviewer
)
if
(
QTWEBENGINE_SUPPORT_OPTION
)
add_subdirectory
(
webengineurlinterceptor
)
endif
()
add_subdirectory
(
webengineurlinterceptor
)
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