QGIS/qgsconfig.h.in
wonder 46a2d125a2 Merged refactoring branch back to trunk.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6415 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 02:39:15 +00:00

17 lines
205 B
C

// QGSCONFIG.H
#ifndef QGSCONFIG_H
#define QGSCONFIG_H
#define VERSION "0.8.0"
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
#cmakedefine HAVE_POSTGRESQL
#cmakedefine HAVE_PYTHON
#endif