1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/config.h.cmake
Juraj Oravec f941e6b51d
Require Minimal SQLite version 3.24.0
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2024-06-12 21:38:25 +02:00

17 lines
463 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}"
/* Minimal required version of SQLite */
#define FALKON_SQLITE_MIN_VERSION "${FALKON_SQLITE_MIN_VERSION}"
/* Enable portable build */
#cmakedefine PORTABLE_BUILD
/* Disable DBus support */
#cmakedefine DISABLE_DBUS
#cmakedefine01 HAVE_LIBINTL