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:
Aurindam Jana
2011-10-12 19:29:34 +02:00
committed by Kai Koehne
parent 9abf0e6a9a
commit baafc89dfc
3 changed files with 4 additions and 2 deletions

View File

@@ -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 {