~lubuntu-dev/juffed/trunk

« back to all changes in this revision

Viewing changes to include/AppInfo.h

  • Committer: subik
  • Date: 2010-10-25 20:04:28 UTC
  • Revision ID: git-v1:23b878f1074db7107c09be0fb2534309e3ca5f7e
initial import of macosx support

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#ifdef Q_OS_WIN
23
23
#include "AppInfo.win.h"
 
24
#elif defined APPLEBUNDLE
 
25
#include "AppInfo.apple.h"
24
26
#else
25
27
#include "AppInfo.nix.h"
26
28
#endif