Skip to content
Snippets Groups Projects
Commit 66b415f9 authored by Tommi Asp's avatar Tommi Asp Committed by Oswald Buddenhagen
Browse files

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: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 462278b0
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment