blob: 80d624cc3e3fe181c7cfd31913b0ec91f63c8d61 [file] [log] [blame]
/**
* \file KsCmakeDef.hpp
* \brief This File is generated by CMAKE
*/
/* ! -- Do Not Hand Edit - This File is generated by CMAKE -- ! */
#ifndef _KS_CONFIG_H
#define _KS_CONFIG_H
/** KernelShark Version number. */
#cmakedefine KS_VERSION_STRING "@KS_VERSION_STRING@"
/** KernelShark source code path. */
#cmakedefine KS_DIR "@KS_DIR@"
/** KernelShark configuration directory path. */
#cmakedefine KS_CONF_DIR "@KS_CONF_DIR@"
/** Location of the trace-cmd executable. */
#cmakedefine TRACECMD_BIN_DIR "@TRACECMD_BIN_DIR@"
/** "pkexec" executable. */
#cmakedefine DO_AS_ROOT "@DO_AS_ROOT@"
#ifdef __cplusplus
#include <QString>
/**
* String containing semicolon-separated list of plugin names.
* The plugins to be loaded when KernelShark starts are tagged
* with "default".
*/
const QString plugins = "@PLUGINS@";
#endif /* __cplusplus */
#endif // _KS_CONFIG_H