Skip to content

Commit

Permalink
Issue robert7#171: make QEverCloud's OAuth use QtWebEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
d1vanov committed Mar 28, 2023
1 parent f322e0c commit efa62c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nixnote2.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
QT += core gui widgets printsupport webkit webkitwidgets sql network xml dbus qml
QT += core gui widgets printsupport webkit webkitwidgets webengine webenginewidgets sql network xml dbus qml
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
DEFINES += QEVERCLOUD_USE_QT_WEB_ENGINE=1
unix {
CONFIG += link_pkgconfig
PKGCONFIG += poppler-qt5 libcurl tidy hunspell
Expand Down
2 changes: 1 addition & 1 deletion src/qevercloud/QEverCloud/headers/VersionInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* This macro tells whether QEverCloud library uses QtWebEngine backend for
* OAuth support (if it was built with OAuth support)
*/
#define QEVERCLOUD_USE_QT_WEB_ENGINE 0
#define QEVERCLOUD_USE_QT_WEB_ENGINE 1

/**
* This macro tells whether QEverCloud library was built with use of Q_NAMESPACE
Expand Down

0 comments on commit efa62c4

Please sign in to comment.