]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/pch.h
Added initial qt4 work by Abdelrazak Younes
[lyx.git] / src / frontends / qt4 / pch.h
1 // -*- C++ -*-
2
3 #include <config.h>
4
5 #include <boost/array.hpp>
6 #include <boost/assert.hpp>
7 #include <boost/function.hpp>
8 #include <boost/scoped_ptr.hpp>
9 #include <boost/shared_ptr.hpp>
10 #include <boost/signals/trackable.hpp>
11 #include <boost/signal.hpp>
12 #include <boost/tuple/tuple.hpp>
13 #include <boost/utility.hpp>
14
15 #include <algorithm>
16 #include <cmath>
17 #include <iomanip>
18 #ifdef HAVE_LIMITS_H
19 # include <limits.h>
20 #endif
21 #include <map>
22 #include <sstream>
23 #include <stack>
24 #include <string>
25 #include <utility>
26 #include <vector>
27
28 // Have I said anything about the braindeadness of QT lately?
29 // Just to remind you: signals slot emit as macros, pure lunacy!
30 // So we are not able to have any qt headers in the pch.
31
32 // #include <qt.h>
33
34 // #define qtsignal signal
35 // #define qtsignals signals
36 // #define qtemit emit
37 // #undef signal
38 // #undef signals
39 // #undef emit