Skip to content
Snippets Groups Projects
Commit a24e3b70 authored by dt's avatar dt
Browse files

Compile. Missing export macro.

parent 46e71d0f
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include "abstractprocessstep.h" #include "abstractprocessstep.h"
#include "projectexplorer.h" #include "projectexplorer.h"
#include "projectexplorer_export.h"
namespace ProjectExplorer { namespace ProjectExplorer {
class BuildStep; class BuildStep;
...@@ -41,7 +42,7 @@ class Project; ...@@ -41,7 +42,7 @@ class Project;
namespace ProjectExplorer { namespace ProjectExplorer {
class AbstractMakeStep : public ProjectExplorer::AbstractProcessStep class PROJECTEXPLORER_EXPORT AbstractMakeStep : public ProjectExplorer::AbstractProcessStep
{ {
Q_OBJECT Q_OBJECT
public: 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