forked from qt-creator/qt-creator
Fix compilation of ICheckLib on Linux
This commit is contained in:
@@ -28,14 +28,14 @@
|
|||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "ParseManager.h"
|
#include "ParseManager.h"
|
||||||
#include "cplusplus\CppDocument.h"
|
#include "cplusplus/CppDocument.h"
|
||||||
#include "Control.h"
|
#include "Control.h"
|
||||||
#include "TranslationUnit.h"
|
#include "TranslationUnit.h"
|
||||||
#include "AST.h"
|
#include "AST.h"
|
||||||
#include "Symbols.h"
|
#include "Symbols.h"
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include "Name.h"
|
#include "Name.h"
|
||||||
#include "cpptools\cppmodelmanager.h"
|
#include "cpptools/cppmodelmanager.h"
|
||||||
|
|
||||||
using namespace CppTools;
|
using namespace CppTools;
|
||||||
using namespace CppTools::Internal;
|
using namespace CppTools::Internal;
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QFuture>
|
#include <QFuture>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
#include "cplusplus\CppDocument.h"
|
#include "cplusplus/CppDocument.h"
|
||||||
|
|
||||||
namespace CppTools{
|
namespace CppTools{
|
||||||
namespace Internal{
|
namespace Internal{
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#define ICHECKLIB_H
|
#define ICHECKLIB_H
|
||||||
|
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
#include "ICheckLib_global.h"
|
#include "ichecklib_global.h"
|
||||||
|
|
||||||
namespace CPlusPlus{
|
namespace CPlusPlus{
|
||||||
class ParseManager;
|
class ParseManager;
|
||||||
|
|||||||
Reference in New Issue
Block a user