]> git.lyx.org Git - features.git/commitdiff
src/frontends/qt4/ui/pch.h: new file
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 12 Mar 2006 08:52:08 +0000 (08:52 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 12 Mar 2006 08:52:08 +0000 (08:52 +0000)
boost/libs/regex/src/Makefile.am: remove non-existant file

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13343 a592a061-630c-0410-9148-cb99ea01b6c8

boost/ChangeLog
boost/libs/regex/src/Makefile.am
src/frontends/qt4/ChangeLog
src/frontends/qt4/ui/pch.h [new file with mode: 0644]

index b413ae37d733926141607910cddb8555e7bc8ba2..fdcb3879aad06a89c473288bcb51de98a6ebdf1c 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * libs/regex/src/Makefile.am (libboost_regex_la_SOURCES): remove
+       non-existant file
+
 2006-03-05    <larsbj@gullik.net>
 
        * boost/optional/optional_fwd.hpp: add missing file
index 2e53f2e357d0cd5430f0e0aff871663993f32b5b..3118a730d89e8905fa48aefe2bfad59362e1915c 100644 (file)
@@ -17,7 +17,6 @@ libboost_regex_la_SOURCES = \
        cregex.cpp \
        fileiter.cpp \
        instances.cpp \
-       primary_transform.hpp \
        regex.cpp \
        regex_raw_buffer.cpp \
        regex_traits_defaults.cpp \
index 0cd7e9f440924afe313dd3d2e939a7b223881492..21c120dd3d4509135d8a331390f6d5ed58878d35 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * ui/pch.h: new file
+
 2006-03-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * QWorkArea.C (getClipboard): convert MAC to UNIX line endings on OSX
diff --git a/src/frontends/qt4/ui/pch.h b/src/frontends/qt4/ui/pch.h
new file mode 100644 (file)
index 0000000..7be8c46
--- /dev/null
@@ -0,0 +1,39 @@
+// -*- C++ -*-
+
+#include <config.h>
+
+#include <boost/array.hpp>
+#include <boost/assert.hpp>
+#include <boost/function.hpp>
+#include <boost/scoped_ptr.hpp>
+#include <boost/shared_ptr.hpp>
+#include <boost/signals/trackable.hpp>
+#include <boost/signal.hpp>
+#include <boost/tuple/tuple.hpp>
+#include <boost/utility.hpp>
+
+#include <algorithm>
+#include <cmath>
+#include <iomanip>
+#ifdef HAVE_LIMITS_H
+# include <limits.h>
+#endif
+#include <map>
+#include <sstream>
+#include <stack>
+#include <string>
+#include <utility>
+#include <vector>
+
+// Have I said anything about the braindeadness of QT lately?
+// Just to remind you: signals slot emit as macros, pure lunacy!
+// So we are not able to have any qt headers in the pch.
+
+// #include <qt.h>
+
+// #define qtsignal signal
+// #define qtsignals signals
+// #define qtemit emit
+// #undef signal
+// #undef signals
+// #undef emit