~dyams/unity-2d/update-pips

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Tiago Salem Herrmann
  • Date: 2011-12-07 19:20:54 UTC
  • mto: This revision was merged to the branch mainline in revision 810.
  • Revision ID: tiago.herrmann@canonical.com-20111207192054-3bjao2jvw9a5ymj4
[lib] avoid SIGABRT in dash when the schema file isn't properly installed

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#define INSTALL_BINDIR "@CMAKE_INSTALL_BINDIR@"
4
4
#define UNITY_2D_DIR "@UNITY_2D_DIR@"
5
5
#define UNITY_DIR "@UNITY_DIR@"
 
6
#define UNITY_2D_SCHEMA_FILE "@UNITY_2D_SCHEMA_FILE@"
6
7
 
7
8
#include <QCoreApplication>
8
9
#include "qconf.h"