aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qt4projectmanager/qt4project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qt4projectmanager/qt4project.h')
-rw-r--r--src/plugins/qt4projectmanager/qt4project.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/qt4projectmanager/qt4project.h b/src/plugins/qt4projectmanager/qt4project.h
index 1135005a15..7048067761 100644
--- a/src/plugins/qt4projectmanager/qt4project.h
+++ b/src/plugins/qt4projectmanager/qt4project.h
@@ -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