mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
c1afa356c0
Possible improvement: alert the user of the timeout and offer the option to continue or abort execution.
11 lines
381 B
CMake
11 lines
381 B
CMake
/* Defines if force the use DRM in okular */
|
|
#define OKULAR_FORCE_DRM ${_OKULAR_FORCE_DRM}
|
|
|
|
/* Defines if the purpose framework is available */
|
|
#define PURPOSE_FOUND ${PURPOSE_FOUND}
|
|
|
|
/* Defines whether the malloc_trim method from malloc.h is available */
|
|
#cmakedefine01 HAVE_MALLOC_TRIM
|
|
|
|
/* Defines if we have timeout support in the KJS library */
|
|
#cmakedefine HAVE_KJS_TIMEOUT 1
|