adjust syndication to use bundled shared_ptr.hpp

This commit is contained in:
Ivailo Monev 2014-12-01 20:04:39 +00:00
parent 67f6a1bad2
commit c626825fb8
24 changed files with 24 additions and 24 deletions

View file

@ -7,7 +7,7 @@ add_subdirectory( atom )
add_subdirectory( rdf )
add_subdirectory( rss2 )
include_directories( ${Boost_INCLUDE_DIR} )
include_directories( ${CMAKE_SOURCE_DIR}/miniboost )
add_definitions( -DQT_STRICT_ITERATORS )
add_definitions( -DQT_NO_CAST_FROM_ASCII )

View file

@ -27,7 +27,7 @@
#include <QtCore/QString>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
class QByteArray;
class QDomElement;

View file

@ -24,7 +24,7 @@
#define SYNDICATION_CATEGORY_H
#include <QtCore/QString>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include "ksyndication_export.h"

View file

@ -24,7 +24,7 @@
#define SYNDICATION_DOCUMENTSOURCE_H
#include <QtCore/QString>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include "ksyndication_export.h"

View file

@ -24,7 +24,7 @@
#include <QtCore/QString>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include "ksyndication_export.h"

View file

@ -25,7 +25,7 @@
#include "ksyndication_export.h"
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <QtCore/QString>

View file

@ -23,7 +23,7 @@
#ifndef SYNDICATION_FEED_H
#define SYNDICATION_FEED_H
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include "ksyndication_export.h"

View file

@ -24,7 +24,7 @@
#define SYNDICATION_IMAGE_H
#include <QtCore/QString>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include "ksyndication_export.h"

View file

@ -24,7 +24,7 @@
#define SYNDICATION_ITEM_H
#include <QtCore/QString>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include "ksyndication_export.h"

View file

@ -22,7 +22,7 @@
#include <QtCore/QRegExp>
#include <QtCore/QStringList>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
// test: TODO remove
#include <iostream>

View file

@ -12,7 +12,7 @@
#define SYNDICATION_LOADER_H
#include <syndication/global.h>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include "ksyndication_export.h"

View file

@ -24,7 +24,7 @@
#define SYNDICATION_PERSON_H
#include <QtCore/QString>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include "ksyndication_export.h"

View file

@ -28,7 +28,7 @@
#include <QtCore/QString>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
namespace Syndication {

View file

@ -26,7 +26,7 @@
#include <QtCore/QString>
#include <syndication/rdf/node.h>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
namespace Syndication {
namespace RDF {

View file

@ -30,7 +30,7 @@
#include <syndication/rdf/node.h>
#include <syndication/rdf/property.h>
#include <syndication/rdf/sequence.h>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <syndication/ksyndication_export.h>
#include <QtCore/QString>

View file

@ -24,7 +24,7 @@
#include <QtCore/QString>
#include <syndication/ksyndication_export.h>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
namespace Syndication {
namespace RDF {

View file

@ -24,7 +24,7 @@
#include <syndication/rdf/document.h>
#include <syndication/abstractparser.h>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
namespace Syndication {

View file

@ -25,7 +25,7 @@
#include <syndication/rdf/node.h>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
class QString;

View file

@ -23,7 +23,7 @@
#define SYNDICATION_RDF_RESOURCEWRAPPER_H
#include <syndication/ksyndication_export.h>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
namespace Syndication {
namespace RDF {

View file

@ -25,7 +25,7 @@
#include <syndication/ksyndication_export.h>
#include <syndication/rdf/resource.h>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
template <class T> class QList;

View file

@ -24,7 +24,7 @@
#include <syndication/rdf/property.h>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
class QString;

View file

@ -25,7 +25,7 @@
#include <syndication/rss2/document.h>
#include <syndication/elementwrapper.h>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <syndication/specificitem.h>
#include <ctime>

View file

@ -24,7 +24,7 @@
#include "ksyndication_export.h"
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
class QString;

View file

@ -24,7 +24,7 @@
#include "ksyndication_export.h"
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
namespace Syndication {