forked from qt-creator/qt-creator
QMLJS: update to qmljsparser from Qt 5.6
Change-Id: I29a8e07b0b34aa5e8466021cbb71450687f7e11c Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -25,6 +25,17 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
//
|
||||
// W A R N I N G
|
||||
// -------------
|
||||
//
|
||||
// This file is not part of the Qt API. It exists purely as an
|
||||
// implementation detail. This header file may change from version to
|
||||
// version without notice, or even be removed.
|
||||
//
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#ifdef QT_CREATOR
|
||||
@@ -46,8 +57,8 @@
|
||||
// QmlDevTools is a static library
|
||||
# define QML_PARSER_EXPORT
|
||||
# elif defined(QT_BUILD_QML_LIB)
|
||||
# define QML_PARSER_EXPORT Q_AUTOTEST_EXPORT
|
||||
# define QML_PARSER_EXPORT Q_DECL_EXPORT
|
||||
# else
|
||||
# define QML_PARSER_EXPORT
|
||||
# define QML_PARSER_EXPORT Q_DECL_IMPORT
|
||||
# endif
|
||||
#endif // QT_CREATOR
|
||||
|
||||
Reference in New Issue
Block a user