~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to config.h.cmake

  • Committer: Neil Jagdish Patel
  • Date: 2010-11-11 18:51:08 UTC
  • mfrom: (572.1.58 unity-3.0)
  • Revision ID: neil.patel@canonical.com-20101111185108-71923a90txzvxbit
[merge] Unity 3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef CONFIG_H
 
2
#define CONFIG_H
 
3
 
 
4
#cmakedefine PREFIXDIR "@PREFIXDIR@"
 
5
#cmakedefine PKGDATADIR "@PKGDATADIR@"
 
6
#cmakedefine LOCALE_DIR "@LOCALE_DIR@"
 
7
#cmakedefine VERSION "@VERSION@"
 
8
#cmakedefine BUILDDIR "@BUILDDIR@"
 
9
 
 
10
#endif // CONFIG_H