QGIS/cmake_templates/qgsconfig.h.in
timlinux 94048f5b55 Tidy up cmake stuff so all .in files now live under cmake_templates
Move more utility scripts into scripts dir



git-svn-id: http://svn.osgeo.org/qgis/trunk@7097 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-07-25 21:28:00 +00:00

17 lines
214 B
C

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