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
#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