]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/pcheaders.h
German EmbeddedObjects.lyx: two tiny issues spotted by Hartmut
[lyx.git] / development / cmake / pcheaders.h
index b4239847db706729cf4d12898b4f34b1433805d5..ed279a100dd984310ce5dcb8bac913eaac4221b6 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 
+#ifdef LYX_PCH_BOOST
 #include <boost/any.hpp>
 #include <boost/array.hpp>
 #include <boost/assert.hpp>
 #include <boost/crc.hpp>
 #include <boost/cregex.hpp>
 #include <boost/current_function.hpp>
-#include <boost/filesystem/operations.hpp>
+//#include <boost/filesystem/operations.hpp>
 #include <boost/function.hpp>
-#include <boost/iostreams/device/file.hpp>
-#include <boost/iostreams/filter/gzip.hpp>
-#include <boost/iostreams/filtering_streambuf.hpp>
+//#include <boost/iostreams/device/file.hpp>
+//#include <boost/iostreams/filter/gzip.hpp>
+//#include <boost/iostreams/filtering_streambuf.hpp>
 #include <boost/iterator/indirect_iterator.hpp>
 #include <boost/optional.hpp>
 #include <boost/regex.hpp>
 #include <boost/tuple/tuple.hpp>
 #include <boost/utility.hpp>
 #include <boost/version.hpp>
-
 #if BOOST_VERSION < 103300
 # include <boost/test/detail/nullstream.hpp>
 #else
 # include <boost/test/utils/nullstream.hpp>
 #endif
+#endif
 
 
+#ifdef LYX_PCH_STL
 #include <algorithm>
 #include <cerrno>
 #include <cassert>
 #include <string>
 #include <utility>
 #include <vector>
+#endif
+
+
+#if defined(LYX_PCH_QT4) && defined(LYX_BUILD_QT4_FRONTEND)
+#include <QtCore>
+#include <QtGUI>
+#endif