mirror of
https://invent.kde.org/multimedia/kdenlive
synced 2025-12-05 15:59:59 +01:00
This adds a new "Kdenlive" component in the About Dialog showing the git revision and package type.
It also makes it available in the debug info.
{width=540 height=528}
18 lines
464 B
CMake
18 lines
464 B
CMake
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define KDENLIVE_VERSION "@KDENLIVE_VERSION_STRING@"
|
|
#define KDENLIVE_FULL_VERSION_STRING "@KDENLIVE_FULL_VERSION_STRING@"
|
|
|
|
#define MLT_PREFIX "@MLT_PREFIX@"
|
|
#define MLT_MIN_MAJOR_VERSION @MLT_MIN_MAJOR_VERSION@
|
|
#define MLT_MIN_MINOR_VERSION @MLT_MIN_MINOR_VERSION@
|
|
#define MLT_MIN_PATCH_VERSION @MLT_MIN_PATCH_VERSION@
|
|
|
|
#define FFMPEG_SUFFIX "@FFMPEG_SUFFIX@"
|
|
|
|
#cmakedefine HAVE_MALLOC_H 1
|
|
#cmakedefine HAVE_PTHREAD_H 1
|
|
|
|
#endif
|