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
This commit is contained in:
Lars Gullik Bjønnes 2006-03-12 08:52:08 +00:00
parent 2ebd47ea30
commit 41cfebb8eb
4 changed files with 48 additions and 1 deletions

View 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

View 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 \

View 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

View File

@ -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