Move the parser folder from src/qml/qml to src/qml

Change-Id: I5e5684f5b98b00f791ade99c4cb6bc2ed880ad6a
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
Lars Knoll 2013-08-08 13:17:32 +02:00 committed by The Qt Project
parent 6c51b182f3
commit 3cefb43441
21 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,7 @@ HEADERS += qtqmlglobal.h \
#modules
include(util/util.pri)
include(parser/parser.pri)
include(compiler/compiler.pri)
include(jsapi/jsapi.pri)
include(jsruntime/jsruntime.pri)

View File

@ -132,6 +132,5 @@ HEADERS += \
$$PWD/qqmlvaluetypewrapper_p.h \
$$PWD/qqmltypewrapper_p.h
include(parser/parser.pri)
include(ftw/ftw.pri)
include(v8/v8.pri)

View File

@ -12,4 +12,4 @@ MODULE_PRIVATE_INCLUDES = \
load(qt_module)
include(../qml/qml/parser/parser.pri)
include(../qml/parser/parser.pri)