Skip to content

Commit

Permalink
Merge branch 'jb51507' into 'master'
Browse files Browse the repository at this point in the history
Allow sync to continue on delete event error

See merge request mer-core/buteo-sync-plugins-social!73
  • Loading branch information
chriadam committed Dec 3, 2020
2 parents 19021b6 + d7ad851 commit fb86a0f
Show file tree
Hide file tree
Showing 3 changed files with 473 additions and 412 deletions.
7 changes: 5 additions & 2 deletions src/google/google-calendars/google-calendars.pri
@@ -1,6 +1,9 @@
CONFIG += link_pkgconfig
PKGCONFIG += libmkcal-qt5 libkcalcoren-qt5
SOURCES += $$PWD/googlecalendarsyncadaptor.cpp
HEADERS += $$PWD/googlecalendarsyncadaptor.h $$PWD/googlecalendarincidencecomparator.h
SOURCES += \
$$PWD/googlecalendarsyncadaptor.cpp
HEADERS += \
$$PWD/googlecalendarsyncadaptor.h \
$$PWD/googlecalendarincidencecomparator.h
INCLUDEPATH += $$PWD

0 comments on commit fb86a0f

Please sign in to comment.