forked from qt-creator/qt-creator
AutoTest: Export some classes
Change-Id: Ia7ae1879b99329f2d308f4264d133d8b64544243 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
07ccefc1bd
commit
5f9fa64d2b
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user