mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
Move more utility scripts into scripts dir git-svn-id: http://svn.osgeo.org/qgis/trunk@7097 c8812cc2-4d05-0410-92ff-de0c093fc19c
17 lines
214 B
C
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
|
|
|