AutoTest: Export some classes

Change-Id: Ia7ae1879b99329f2d308f4264d133d8b64544243
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Kimmo Linnavuo
2018-06-07 17:55:02 +03:00
committed by Christian Stenger
parent 07ccefc1bd
commit 5f9fa64d2b
2 changed files with 6 additions and 2 deletions

View File

@@ -25,6 +25,8 @@
#pragma once #pragma once
#include "autotest_global.h"
#include "testconfiguration.h" #include "testconfiguration.h"
#include "testresult.h" #include "testresult.h"
@@ -47,7 +49,7 @@ class Project;
namespace Autotest { namespace Autotest {
namespace Internal { namespace Internal {
class TestRunner : public QObject class AUTOTESTSHARED_EXPORT TestRunner : public QObject
{ {
Q_OBJECT Q_OBJECT

View File

@@ -25,6 +25,8 @@
#pragma once #pragma once
#include "autotest_global.h"
#include "testconfiguration.h" #include "testconfiguration.h"
#include "testtreeitem.h" #include "testtreeitem.h"
@@ -40,7 +42,7 @@ class TestParseResult;
using TestParseResultPtr = QSharedPointer<TestParseResult>; using TestParseResultPtr = QSharedPointer<TestParseResult>;
class TestTreeModel : public Utils::TreeModel<> class AUTOTESTSHARED_EXPORT TestTreeModel : public Utils::TreeModel<>
{ {
Q_OBJECT Q_OBJECT
public: public: