src/config.h.in
author Tero Marttila <terom@fixme.fi>
Thu, 15 Jan 2009 21:33:54 +0200
changeset 396 e1a24791d192
parent 0 c8174cf25e06
child 397 13fa0546ef87
permissions -rw-r--r--
build scripts autodetect project version using 91d96387b359+ tip, and version is included in window title
#ifndef @PROJECT_SHORT_NAME@_CONFIG_H
#define @PROJECT_SHORT_NAME@_CONFIG_H

/* Note: CMake autogenerates build/src/config.h from src/config.h.in */
/* #include "config.h" to use the generated file */

#define PROJECT_DATA_DIR "@PROJECT_DATA_DIR@"
#define PROJECT_SHORT_NAME "@PROJECT_SHORT_NAME@"
#define PROJECT_LONG_NAME "@PROJECT_LONG_NAME@"
#define PROJECT_VERSION "@PROJECT_VERSION@"

#endif