forked from qt-creator/qt-creator
Revert "Qt4ProjectManager exports for RemoteCompiler"
This reverts commit 66b415f903 for master.
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#ifndef QT4BUILDCONFIGURATION_H
|
||||
#define QT4BUILDCONFIGURATION_H
|
||||
|
||||
#include "qt4projectmanager_global.h"
|
||||
#include "qtversionmanager.h"
|
||||
|
||||
#include <projectexplorer/buildconfiguration.h>
|
||||
@@ -53,7 +52,7 @@ class Qt4ProFileNode;
|
||||
class Qt4BuildConfigurationFactory;
|
||||
}
|
||||
|
||||
class QT4PROJECTMANAGER_EXPORT Qt4BuildConfiguration : public ProjectExplorer::BuildConfiguration
|
||||
class Qt4BuildConfiguration : public ProjectExplorer::BuildConfiguration
|
||||
{
|
||||
Q_OBJECT
|
||||
friend class Internal::Qt4BuildConfigurationFactory;
|
||||
@@ -169,7 +168,7 @@ private:
|
||||
};
|
||||
|
||||
namespace Internal {
|
||||
class QT4PROJECTMANAGER_EXPORT Qt4BuildConfigurationFactory : public ProjectExplorer::IBuildConfigurationFactory
|
||||
class Qt4BuildConfigurationFactory : public ProjectExplorer::IBuildConfigurationFactory
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
|
||||
#include "qt4nodes.h"
|
||||
#include "qt4target.h"
|
||||
#include "qt4projectmanager_global.h"
|
||||
|
||||
#include <projectexplorer/project.h>
|
||||
#include <projectexplorer/projectnodes.h>
|
||||
@@ -131,7 +130,7 @@ private:
|
||||
|
||||
}
|
||||
|
||||
class QT4PROJECTMANAGER_EXPORT Qt4Project : public ProjectExplorer::Project
|
||||
class Qt4Project : public ProjectExplorer::Project
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ namespace Internal {
|
||||
class Qt4ProFileNode;
|
||||
}
|
||||
|
||||
class QT4PROJECTMANAGER_EXPORT Qt4BaseTarget : public ProjectExplorer::Target
|
||||
class Qt4BaseTarget : public ProjectExplorer::Target
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user