diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 23:24:08 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 23:24:08 (GMT) |
commit | 11baee94956f23ff76757040ab10fb3d632d5b42 (patch) | |
tree | 3cb9582c5f0f33c64df118e1fadbfcde50c0d8c6 /src/declarative/qml/qmlcompiler.cpp | |
parent | 5247ee562f76a51b8a81735d7da709d1b9b63796 (diff) | |
download | Qt-11baee94956f23ff76757040ab10fb3d632d5b42.zip Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.gz Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.bz2 |
Undo most of 913dd563064e8047fe738fc9c79135adfb928977
It seems we're going to have to so a syncqt/configure in Qt modules.
Diffstat (limited to 'src/declarative/qml/qmlcompiler.cpp')
-rw-r--r-- | src/declarative/qml/qmlcompiler.cpp | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/declarative/qml/qmlcompiler.cpp b/src/declarative/qml/qmlcompiler.cpp index 8edf023..7a31673 100644 --- a/src/declarative/qml/qmlcompiler.cpp +++ b/src/declarative/qml/qmlcompiler.cpp @@ -39,40 +39,40 @@ ** ****************************************************************************/ -#include "qmlcompiler_p.h" -#include "qmlcompositetypedata_p.h" -#include "qfxperf_p_p.h" -#include "qmlparser_p.h" -#include "qmlscriptparser_p.h" +#include <private/qmlcompiler_p.h> +#include <private/qmlcompositetypedata_p.h> +#include <private/qfxperf_p_p.h> +#include <private/qmlparser_p.h> +#include <private/qmlscriptparser_p.h> #include <qmlpropertyvaluesource.h> #include <qmlcomponent.h> -#include "qmetaobjectbuilder_p.h" -#include "qmlbasicscript_p.h" +#include <private/qmetaobjectbuilder_p.h> +#include <private/qmlbasicscript_p.h> #include <QColor> #include <QDebug> #include <QPointF> #include <QSizeF> #include <QRectF> #include <QAtomicInt> -#include "qmlstringconverters_p.h" -#include "qmlengine_p.h" +#include <private/qmlstringconverters_p.h> +#include <private/qmlengine_p.h> #include <qmlengine.h> #include <qmlcontext.h> #include <qmlmetatype.h> #include <QtCore/qdebug.h> #include <QtGui/qapplication.h> -#include "qmlcustomparser_p_p.h" -#include "qmlcontext_p.h" -#include "qmlcomponent_p.h" +#include <private/qmlcustomparser_p_p.h> +#include <private/qmlcontext_p.h> +#include <private/qmlcomponent_p.h> #include "parser/qmljsast_p.h" -#include "qmlvmemetaobject_p.h" -#include "qmlexpression_p.h" -#include "qmlmetaproperty_p.h" -#include "qmlrewrite_p.h" +#include <private/qmlvmemetaobject_p.h> +#include <private/qmlexpression_p.h> +#include <private/qmlmetaproperty_p.h> +#include <private/qmlrewrite_p.h> #include <qmlscriptstring.h> -#include "qmlglobal_p.h" +#include <private/qmlglobal_p.h> -#include "qmlscriptparser_p.h" +#include <private/qmlscriptparser_p.h> QT_BEGIN_NAMESPACE @@ -2307,7 +2307,7 @@ bool QmlCompiler::buildDynamicMeta(QmlParser::Object *obj, DynamicMetaMode mode) return true; } -#include "qmljsparser_p.h" +#include <private/qmljsparser_p.h> static QStringList astNodeToStringList(QmlJS::AST::Node *node) { if (node->kind == QmlJS::AST::Node::Kind_IdentifierExpression) { |