forked from qt-creator/qt-creator
Qt4ProjectManager exports for RemoteCompiler
(cherry picked from commit 3112c23c702ee36ba1c25ccb526240ab7dda5b2e) Change-Id: I3112c23c702ee36ba1c25ccb526240ab7dda5b2ex Merge-request: 2193 Reviewed-on: http://codereview.qt.nokia.com/397 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
462278b071
commit
66b415f903
@@ -33,6 +33,7 @@
|
||||
#ifndef QT4BUILDCONFIGURATION_H
|
||||
#define QT4BUILDCONFIGURATION_H
|
||||
|
||||
#include "qt4projectmanager_global.h"
|
||||
#include "qtversionmanager.h"
|
||||
|
||||
#include <projectexplorer/buildconfiguration.h>
|
||||
@@ -52,7 +53,7 @@ class Qt4ProFileNode;
|
||||
class Qt4BuildConfigurationFactory;
|
||||
}
|
||||
|
||||
class Qt4BuildConfiguration : public ProjectExplorer::BuildConfiguration
|
||||
class QT4PROJECTMANAGER_EXPORT Qt4BuildConfiguration : public ProjectExplorer::BuildConfiguration
|
||||
{
|
||||
Q_OBJECT
|
||||
friend class Internal::Qt4BuildConfigurationFactory;
|
||||
@@ -168,7 +169,7 @@ private:
|
||||
};
|
||||
|
||||
namespace Internal {
|
||||
class Qt4BuildConfigurationFactory : public ProjectExplorer::IBuildConfigurationFactory
|
||||
class QT4PROJECTMANAGER_EXPORT Qt4BuildConfigurationFactory : public ProjectExplorer::IBuildConfigurationFactory
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@@ -35,6 +35,7 @@
|
||||
|
||||
#include "qt4nodes.h"
|
||||
#include "qt4target.h"
|
||||
#include "qt4projectmanager_global.h"
|
||||
|
||||
#include <projectexplorer/project.h>
|
||||
#include <projectexplorer/projectnodes.h>
|
||||
@@ -130,7 +131,7 @@ private:
|
||||
|
||||
}
|
||||
|
||||
class Qt4Project : public ProjectExplorer::Project
|
||||
class QT4PROJECTMANAGER_EXPORT Qt4Project : public ProjectExplorer::Project
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@@ -62,7 +62,7 @@ namespace Internal {
|
||||
class Qt4ProFileNode;
|
||||
}
|
||||
|
||||
class Qt4BaseTarget : public ProjectExplorer::Target
|
||||
class QT4PROJECTMANAGER_EXPORT Qt4BaseTarget : public ProjectExplorer::Target
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
Reference in New Issue
Block a user