Revert "Qt4ProjectManager exports for RemoteCompiler"

This reverts commit 66b415f903 for master.
This commit is contained in:
Oswald Buddenhagen
2011-06-22 12:18:55 +02:00
parent 8766b88de6
commit 5fd1341be0
3 changed files with 4 additions and 6 deletions

View File

@@ -33,7 +33,6 @@
#ifndef QT4BUILDCONFIGURATION_H #ifndef QT4BUILDCONFIGURATION_H
#define QT4BUILDCONFIGURATION_H #define QT4BUILDCONFIGURATION_H
#include "qt4projectmanager_global.h"
#include "qtversionmanager.h" #include "qtversionmanager.h"
#include <projectexplorer/buildconfiguration.h> #include <projectexplorer/buildconfiguration.h>
@@ -53,7 +52,7 @@ class Qt4ProFileNode;
class Qt4BuildConfigurationFactory; class Qt4BuildConfigurationFactory;
} }
class QT4PROJECTMANAGER_EXPORT Qt4BuildConfiguration : public ProjectExplorer::BuildConfiguration class Qt4BuildConfiguration : public ProjectExplorer::BuildConfiguration
{ {
Q_OBJECT Q_OBJECT
friend class Internal::Qt4BuildConfigurationFactory; friend class Internal::Qt4BuildConfigurationFactory;
@@ -169,7 +168,7 @@ private:
}; };
namespace Internal { namespace Internal {
class QT4PROJECTMANAGER_EXPORT Qt4BuildConfigurationFactory : public ProjectExplorer::IBuildConfigurationFactory class Qt4BuildConfigurationFactory : public ProjectExplorer::IBuildConfigurationFactory
{ {
Q_OBJECT Q_OBJECT

View File

@@ -35,7 +35,6 @@
#include "qt4nodes.h" #include "qt4nodes.h"
#include "qt4target.h" #include "qt4target.h"
#include "qt4projectmanager_global.h"
#include <projectexplorer/project.h> #include <projectexplorer/project.h>
#include <projectexplorer/projectnodes.h> #include <projectexplorer/projectnodes.h>
@@ -131,7 +130,7 @@ private:
} }
class QT4PROJECTMANAGER_EXPORT Qt4Project : public ProjectExplorer::Project class Qt4Project : public ProjectExplorer::Project
{ {
Q_OBJECT Q_OBJECT

View File

@@ -62,7 +62,7 @@ namespace Internal {
class Qt4ProFileNode; class Qt4ProFileNode;
} }
class QT4PROJECTMANAGER_EXPORT Qt4BaseTarget : public ProjectExplorer::Target class Qt4BaseTarget : public ProjectExplorer::Target
{ {
Q_OBJECT Q_OBJECT
public: public: