aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/parser.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-08-08 13:17:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-08 15:35:11 +0200
commit3cefb43441a9879cc512dc3fcc7dca0d42e9ca8c (patch)
tree5332a086584448dafbce7f736d19c4242521ee3f /src/qml/parser/parser.pri
parent6c51b182f3fc3abdd6330b402c4fe16d623d1b0a (diff)
Move the parser folder from src/qml/qml to src/qml
Change-Id: I5e5684f5b98b00f791ade99c4cb6bc2ed880ad6a Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/parser/parser.pri')
-rw-r--r--src/qml/parser/parser.pri22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/qml/parser/parser.pri b/src/qml/parser/parser.pri
new file mode 100644
index 0000000000..e5b8ae2749
--- /dev/null
+++ b/src/qml/parser/parser.pri
@@ -0,0 +1,22 @@
+HEADERS += \
+ $$PWD/qqmljsast_p.h \
+ $$PWD/qqmljsastfwd_p.h \
+ $$PWD/qqmljsastvisitor_p.h \
+ $$PWD/qqmljsengine_p.h \
+ $$PWD/qqmljsgrammar_p.h \
+ $$PWD/qqmljslexer_p.h \
+ $$PWD/qqmljsmemorypool_p.h \
+ $$PWD/qqmljsparser_p.h \
+ $$PWD/qqmljsglobal_p.h \
+ $$PWD/qqmljskeywords_p.h \
+
+SOURCES += \
+ $$PWD/qqmljsast.cpp \
+ $$PWD/qqmljsastvisitor.cpp \
+ $$PWD/qqmljsengine_p.cpp \
+ $$PWD/qqmljsgrammar.cpp \
+ $$PWD/qqmljslexer.cpp \
+ $$PWD/qqmljsparser.cpp \
+
+OTHER_FILES += \
+ $$PWD/qqmljs.g