|
Qt 4.8
|
Go to the documentation of this file. 41 #ifndef QDECLARATIVEJSGLOBAL_P_H 42 #define QDECLARATIVEJSGLOBAL_P_H 44 #include <QtCore/qglobal.h> 47 # define QT_QML_BEGIN_NAMESPACE 48 # define QT_QML_END_NAMESPACE 50 # ifdef QDECLARATIVEJS_BUILD_DIR 51 # define QML_PARSER_EXPORT Q_DECL_EXPORT 52 # elif QML_BUILD_STATIC_LIB 53 # define QML_PARSER_EXPORT 55 # define QML_PARSER_EXPORT Q_DECL_IMPORT 56 # endif // QDECLARATIVEJS_BUILD_DIR 59 # define QT_QML_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE 60 # define QT_QML_END_NAMESPACE QT_END_NAMESPACE 61 # define QML_PARSER_EXPORT 64 #endif // QDECLARATIVEJSGLOBAL_P_H