mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
17 lines
214 B
C
17 lines
214 B
C
|
|
// QGSCONFIG.H
|
|
|
|
#ifndef QGSCONFIG_H
|
|
#define QGSCONFIG_H
|
|
|
|
#define VERSION "0.9.0-Ganymede"
|
|
|
|
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
|
|
|
|
#cmakedefine HAVE_POSTGRESQL
|
|
|
|
#cmakedefine HAVE_PYTHON
|
|
|
|
#endif
|
|
|