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
c5cfb129
Commit
c5cfb129
authored
Nov 07, 2020
by
Laurent Montel
😁
Browse files
Disable on windows for the moment
parent
abb07bc4
Pipeline
#39902
failed with stage
in 56 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kaddressbook/importexportplugins/windows-contacts/autotests/CMakeLists.txt
View file @
c5cfb129
...
...
@@ -12,5 +12,6 @@ macro(add_windowscontact_unittest _source _additional)
ecm_mark_as_test
(
${
_name
}
)
target_link_libraries
(
${
_name
}
Qt5::Widgets Qt5::Test KF5::I18n KF5::WidgetsAddons Qt5::Xml KF5::Contacts
)
endmacro
()
if
(
NOT WIN32
)
add_windowscontact_unittest
(
importwindowcontacttest.cpp
"../importwindowcontact.cpp"
)
endif
()
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