summaryrefslogtreecommitdiffstats
path: root/libqsystemtest/qtestprotocol_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'libqsystemtest/qtestprotocol_p.h')
-rw-r--r--libqsystemtest/qtestprotocol_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libqsystemtest/qtestprotocol_p.h b/libqsystemtest/qtestprotocol_p.h
index d2c2dc3..0fcd582 100644
--- a/libqsystemtest/qtestprotocol_p.h
+++ b/libqsystemtest/qtestprotocol_p.h
@@ -51,10 +51,11 @@
#include <QtNetwork/QTcpSocket>
#include <QtNetwork/QTcpServer>
#include <QtCore/QElapsedTimer>
+#include "qtuitestglobal.h"
#define REMOTE_CONNECT_ERROR 99
-class QTestMessage
+class QSYSTEMTEST_EXPORT QTestMessage
{
public:
QTestMessage(QString const &event = QString(), QVariantMap const &map = QVariantMap() );