Commit b76104cf authored by Thiago Macieira's avatar Thiago Macieira Committed by The Qt Project
Browse files

Add QT_{BEGIN,END}_{NAMESPACE,HEADER} to qtquickglobal.h


Unit test is testing for it

Change-Id: Ie37a0f7103dbe8c19a4cfbca2d4fe026c805ba0b
Reviewed-by: default avatarSergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent b5d5437a
Branches
Tags
No related merge requests found
Showing with 6 additions and 0 deletions
...@@ -44,6 +44,9 @@ ...@@ -44,6 +44,9 @@
#include <QtCore/qglobal.h> #include <QtCore/qglobal.h>
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
#ifndef QT_STATIC #ifndef QT_STATIC
# if defined(QT_BUILD_QUICK_LIB) # if defined(QT_BUILD_QUICK_LIB)
# define Q_QUICK_EXPORT Q_DECL_EXPORT # define Q_QUICK_EXPORT Q_DECL_EXPORT
...@@ -54,4 +57,7 @@ ...@@ -54,4 +57,7 @@
# define Q_QUICK_EXPORT # define Q_QUICK_EXPORT
#endif #endif
QT_END_NAMESPACE
QT_END_HEADER
#endif // QTQUICKGLOBAL_H #endif // QTQUICKGLOBAL_H
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment