~ubuntu-branches/ubuntu/lucid/kmess/lucid

« back to all changes in this revision

Viewing changes to contrib/isf-qt/cmake/isfqtconfig.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-12-05 21:19:26 UTC
  • mfrom: (1.1.7 upstream) (0.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091205211926-r26u8j38kysf6o2p
Tags: 2.0.2-1
* New upstream release 
  - Fixes friendly names (LP: #485640)
* Update Homepage: http://kmess.org
* Add Build-Depends: libphonon-dev | libqt4-phonon-dev (ubuntu friendly)
* kmess.1 fix lintian:hyphen-used-as-minus-sign

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * LibISF-Qt configuration file
 
3
 *
 
4
 * The value for these defines is controlled by CMake at configuration time.
 
5
 */
 
6
 
 
7
// Define the application version
 
8
#define ISFQT_VERSION "${ISFQT_VERSION}"
 
9
 
 
10
// Define if debug output should be enabled
 
11
#define ISFQT_DEBUG ${ISFQT_DEBUG_OUTPUT}
 
12
 
 
13
// Define if fortified-GIF support is enabled
 
14
#define ISFQT_GIF_ENABLED ${GIF_ENABLED}