~ubuntu-branches/ubuntu/utopic/qgis/utopic

« back to all changes in this revision

Viewing changes to qgsconfig.h.in_cmake

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
// QGSCONFIG.H
3
 
 
4
 
#ifndef QGSCONFIG_H
5
 
#define QGSCONFIG_H
6
 
 
7
 
#define VERSION "0.8.1-Titan"
8
 
 
9
 
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
10
 
 
11
 
#cmakedefine HAVE_POSTGRESQL
12
 
 
13
 
#cmakedefine HAVE_PYTHON
14
 
 
15
 
#endif
16