forked from qt-creator/qt-creator
Debugger: Fix build break on Windows
Removed inclusion of parser.pri from qml.pri and added QML_PARSER_EXPORT to QmlJSGrammar. Task-number: QTCREATORBUG-6292 Change-Id: I6a1fb3e038a6c154c4c3b368d7c7e6eda9975698 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
committed by
Kai Koehne
parent
9abf0e6a9a
commit
baafc89dfc
@@ -45,11 +45,12 @@
|
||||
#ifndef QMLJSGRAMMAR_P_H
|
||||
#define QMLJSGRAMMAR_P_H
|
||||
|
||||
#include "qmljsglobal_p.h"
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QmlJSGrammar
|
||||
class QML_PARSER_EXPORT QmlJSGrammar
|
||||
{
|
||||
public:
|
||||
enum VariousConstants {
|
||||
|
||||
Reference in New Issue
Block a user