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
KDE PIM Runtime
Commits
f581cf86
Commit
f581cf86
authored
Feb 06, 2022
by
Laurent Montel
Browse files
Fix search Qt<version>
parent
78ac82be
Pipeline
#133964
passed with stage
in 6 minutes and 34 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/CMakeLists.txt
View file @
f581cf86
...
...
@@ -73,7 +73,7 @@ add_subdirectory( vcarddir )
add_subdirectory
(
icaldir
)
add_subdirectory
(
vcard
)
add_subdirectory
(
folderarchivesettings
)
if
(
Qt5
WebEngineWidgets
_FOUND
)
add_subdirectory
(
tomboynotes
)
add_subdirectory
(
ews
)
if
(
TARGET Qt
${
QT_MAJOR_VERSION
}
::
WebEngineWidgets
)
add_subdirectory
(
tomboynotes
)
add_subdirectory
(
ews
)
endif
()
resources/ews/ewsclient/CMakeLists.txt
View file @
f581cf86
...
...
@@ -92,7 +92,7 @@ set(EWSCLIENT_SRCS
)
if
(
Qt5
NetworkAuth
_FOUND
)
if
(
TARGET Qt
${
QT_MAJOR_VERSION
}
::
NetworkAuth
)
list
(
APPEND EWSCLIENT_SRCS
auth/ewsoauth.cpp
auth/ewsoauth.h
)
...
...
@@ -148,7 +148,7 @@ target_link_libraries(ewsclient
KF5::Mime
KF5::CalendarCore
)
if
(
Qt5
NetworkAuth
_FOUND
)
if
(
TARGET Qt
${
QT_MAJOR_VERSION
}
::
NetworkAuth
)
target_link_libraries
(
ewsclient
Qt
${
QT_MAJOR_VERSION
}
::NetworkAuth
Qt
${
QT_MAJOR_VERSION
}
::WebEngineWidgets
)
...
...
resources/ews/test/unittests/CMakeLists.txt
View file @
f581cf86
...
...
@@ -38,7 +38,7 @@ target_link_libraries(ewssettings_ut
)
target_compile_definitions
(
ewssettings_ut PUBLIC -DEWSSETTINGS_UNITTEST
)
if
(
Qt5
NetworkAuth
_FOUND
)
if
(
TARGET Qt
${
QT_MAJOR_VERSION
}
::
NetworkAuth
)
set
(
ewsoauth_ut_SRCS
ewsoauth_ut_mock.cpp
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../ewsclient/auth/ewsabstractauth.cpp
...
...
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