mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
d06a0d60e0
QtWebEngine can be newer than the rest of Qt (e.g., on Fedora 27). This fixes the version check in WebView::savePageAs to use a macro defined in config.h.cmake based on the version of QtWebEngineWidgets rather than relying on QT_VERSION, which is the version of QtCore. Reviewed By: drosca Differential Revision: https://phabricator.kde.org/D12833 CCBUG: 391300
15 lines
408 B
CMake
15 lines
408 B
CMake
/* config.h. Generated by cmake from config.h.cmake */
|
|
|
|
#define FALKON_VERSION "${PROJECT_VERSION}"
|
|
#cmakedefine FALKON_PLUGIN_PATH "${FALKON_PLUGIN_PATH}"
|
|
#cmakedefine FALKON_GIT_REVISION "${FALKON_GIT_REVISION}"
|
|
|
|
/* Enable portable build */
|
|
#cmakedefine PORTABLE_BUILD
|
|
|
|
/* Disable DBus support */
|
|
#cmakedefine DISABLE_DBUS
|
|
|
|
/* QtWebEngine is at least version 5.10 */
|
|
#cmakedefine01 HAVE_QTWEBENGINE_5_10
|