~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Mod/Image/Gui/PreCompiled.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2010-01-11 08:48:33 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100111084833-4g9vgdqbkw8u34zb
Tags: 0.9.2646.5-1
* New upstream version (closes: #561696).
* Added swig to Build-Depends (closes: #563523, #563772).
* Removed python-opencv from Build-Depends and Recommends (closes: #560768).

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
# pragma warning( disable : 4503 )
43
43
# pragma warning( disable : 4786 )  // specifier longer then 255 chars
44
44
#endif
 
45
 
 
46
#ifdef _PreComp_
45
47
 
46
48
// Python
47
49
#include <Python.h>
71
73
# include <Gui/Qt4All.h>
72
74
#endif
73
75
 
 
76
 
 
77
#endif //_PreComp_
74
78
 
75
79
#endif // __PRECOMPILED_GUI__