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:
parent
6c51b182f3
commit
3cefb43441
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -12,4 +12,4 @@ MODULE_PRIVATE_INCLUDES = \
|
|||
|
||||
load(qt_module)
|
||||
|
||||
include(../qml/qml/parser/parser.pri)
|
||||
include(../qml/parser/parser.pri)
|
||||
|
|
Loading…
Reference in New Issue