// Created via CMake from template webviewincludes.h.in // WARNING! Any changes to this file will be overwritten by the next CMake run! #ifndef REPOINDEX_WEB_VIEW_INCLUDES #define REPOINDEX_WEB_VIEW_INCLUDES #include #if defined(REPOINDEX_USE_WEBENGINE) # include # include #elif defined(REPOINDEX_USE_WEBKIT) # include # include # include #elif !defined(REPOINDEX_NO_WEBVIEW) # error "No definition for web view provider present." #endif #endif // REPOINDEX_WEB_VIEW_INCLUDES