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
|
||||
|
||||
#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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user