From 250d6269e9f60021d88a574d04941ab342afb632 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Tue, 29 Jun 2021 15:27:51 +0200 Subject: Migrate to autogenerated cpp exports Replace the hardcoded cpp exports with a generated one where it's applicable. Task-number: QTBUG-90492 Change-Id: I4af021bf828e05c8d6f3f975befd3b6b2cf63462 Reviewed-by: Alexandru Croitor --- src/qml/qtqmlglobal.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/qml/qtqmlglobal.h') diff --git a/src/qml/qtqmlglobal.h b/src/qml/qtqmlglobal.h index 387eba6231..0651355c67 100644 --- a/src/qml/qtqmlglobal.h +++ b/src/qml/qtqmlglobal.h @@ -47,17 +47,6 @@ # include #endif -QT_BEGIN_NAMESPACE +# include -#if !defined(QT_STATIC) -# if defined(QT_BUILD_QML_LIB) -# define Q_QML_EXPORT Q_DECL_EXPORT -# else -# define Q_QML_EXPORT Q_DECL_IMPORT -# endif -#else -# define Q_QML_EXPORT -#endif - -QT_END_NAMESPACE #endif // QTQMLGLOBAL_H -- cgit v1.2.3