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 "cplusplus\CppDocument.h"
|
||||
#include "cplusplus/CppDocument.h"
|
||||
#include "Control.h"
|
||||
#include "TranslationUnit.h"
|
||||
#include "AST.h"
|
||||
#include "Symbols.h"
|
||||
#include <QDebug>
|
||||
#include "Name.h"
|
||||
#include "cpptools\cppmodelmanager.h"
|
||||
#include "cpptools/cppmodelmanager.h"
|
||||
|
||||
using namespace CppTools;
|
||||
using namespace CppTools::Internal;
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
#include <QList>
|
||||
#include <QFuture>
|
||||
#include <QStringList>
|
||||
#include "cplusplus\CppDocument.h"
|
||||
#include "cplusplus/CppDocument.h"
|
||||
|
||||
namespace CppTools{
|
||||
namespace Internal{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define ICHECKLIB_H
|
||||
|
||||
#include <QStringList>
|
||||
#include "ICheckLib_global.h"
|
||||
#include "ichecklib_global.h"
|
||||
|
||||
namespace CPlusPlus{
|
||||
class ParseManager;
|
||||
|
||||
Reference in New Issue
Block a user