aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/quicktestglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmltest/quicktestglobal.h')
-rw-r--r--src/qmltest/quicktestglobal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmltest/quicktestglobal.h b/src/qmltest/quicktestglobal.h
index 6d5c5214f4..389674c1b5 100644
--- a/src/qmltest/quicktestglobal.h
+++ b/src/qmltest/quicktestglobal.h
@@ -44,6 +44,8 @@
#include <QtCore/qglobal.h>
+QT_BEGIN_HEADER
+
QT_LICENSED_MODULE(QtQuickTest)
#if defined(Q_OS_WIN) || defined(Q_OS_SYMBIAN)
# if defined(QT_NODLL)
@@ -70,4 +72,6 @@ QT_LICENSED_MODULE(QtQuickTest)
# endif
#endif
+QT_END_HEADER
+
#endif