From: Lars Gullik Bjønnes Date: Sun, 12 Mar 2006 08:52:08 +0000 (+0000) Subject: src/frontends/qt4/ui/pch.h: new file X-Git-Tag: 1.6.10~13524 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=41cfebb8ebfb4d2def7bb313dea4845cac08cec7;p=lyx.git src/frontends/qt4/ui/pch.h: new file 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 --- diff --git a/boost/ChangeLog b/boost/ChangeLog index b413ae37d7..fdcb3879aa 100644 --- a/boost/ChangeLog +++ b/boost/ChangeLog @@ -1,3 +1,8 @@ +2006-03-12 Lars Gullik Bjønnes + + * libs/regex/src/Makefile.am (libboost_regex_la_SOURCES): remove + non-existant file + 2006-03-05 * boost/optional/optional_fwd.hpp: add missing file diff --git a/boost/libs/regex/src/Makefile.am b/boost/libs/regex/src/Makefile.am index 2e53f2e357..3118a730d8 100644 --- a/boost/libs/regex/src/Makefile.am +++ b/boost/libs/regex/src/Makefile.am @@ -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 \ diff --git a/src/frontends/qt4/ChangeLog b/src/frontends/qt4/ChangeLog index 0cd7e9f440..21c120dd3d 100644 --- a/src/frontends/qt4/ChangeLog +++ b/src/frontends/qt4/ChangeLog @@ -1,3 +1,7 @@ +2006-03-12 Lars Gullik Bjønnes + + * ui/pch.h: new file + 2006-03-10 Georg Baum * 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 index 0000000000..7be8c46c1e --- /dev/null +++ b/src/frontends/qt4/ui/pch.h @@ -0,0 +1,39 @@ +// -*- C++ -*- + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#ifdef HAVE_LIMITS_H +# include +#endif +#include +#include +#include +#include +#include +#include + +// 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 + +// #define qtsignal signal +// #define qtsignals signals +// #define qtemit emit +// #undef signal +// #undef signals +// #undef emit