Skip to content
Snippets Groups Projects
Commit a838d4ac authored by Daniel Teske's avatar Daniel Teske
Browse files

Export qmakestep and makestep

Needed by plugins implementing their own qt4 targets

Change-Id: Idad09914f95259443c06ecdf458e9ce63c802cc3
Reviewed-on: http://codereview.qt.nokia.com/2216


Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
parent bcce898e
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@
#ifndef MAKESTEP_H
#define MAKESTEP_H
#include "qt4projectmanager_global.h"
#include <projectexplorer/abstractprocessstep.h>
#include <projectexplorer/buildstep.h>
#include <projectexplorer/task.h>
......@@ -55,7 +57,7 @@ class Qt4BuildConfiguration;
namespace Internal {
class MakeStepFactory : public ProjectExplorer::IBuildStepFactory
class QT4PROJECTMANAGER_EXPORT MakeStepFactory : public ProjectExplorer::IBuildStepFactory
{
Q_OBJECT
......
......@@ -33,6 +33,7 @@
#ifndef QMAKESTEP_H
#define QMAKESTEP_H
#include "qt4projectmanager_global.h"
#include <QtCore/qglobal.h>
QT_BEGIN_NAMESPACE
......@@ -75,7 +76,7 @@ public:
} // namespace Internal
class QMakeStep : public ProjectExplorer::AbstractProcessStep
class QT4PROJECTMANAGER_EXPORT QMakeStep : public ProjectExplorer::AbstractProcessStep
{
Q_OBJECT
friend class Internal::QMakeStepFactory;
......
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