diff --git a/src/plugins/autotest/testrunner.h b/src/plugins/autotest/testrunner.h index 95039b47ac7..9fb1322386c 100644 --- a/src/plugins/autotest/testrunner.h +++ b/src/plugins/autotest/testrunner.h @@ -25,6 +25,8 @@ #pragma once +#include "autotest_global.h" + #include "testconfiguration.h" #include "testresult.h" @@ -47,7 +49,7 @@ class Project; namespace Autotest { namespace Internal { -class TestRunner : public QObject +class AUTOTESTSHARED_EXPORT TestRunner : public QObject { Q_OBJECT diff --git a/src/plugins/autotest/testtreemodel.h b/src/plugins/autotest/testtreemodel.h index 78974e67bdd..1d6082d5ef3 100644 --- a/src/plugins/autotest/testtreemodel.h +++ b/src/plugins/autotest/testtreemodel.h @@ -25,6 +25,8 @@ #pragma once +#include "autotest_global.h" + #include "testconfiguration.h" #include "testtreeitem.h" @@ -40,7 +42,7 @@ class TestParseResult; using TestParseResultPtr = QSharedPointer; -class TestTreeModel : public Utils::TreeModel<> +class AUTOTESTSHARED_EXPORT TestTreeModel : public Utils::TreeModel<> { Q_OBJECT public: