mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
2ebd47ea30
commit
41cfebb8eb
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
39
src/frontends/qt4/ui/pch.h
Normal file
39
src/frontends/qt4/ui/pch.h
Normal 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
|
Loading…
Reference in New Issue
Block a user