aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/parser.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/parser/parser.pri')
-rw-r--r--src/qml/parser/parser.pri25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/qml/parser/parser.pri b/src/qml/parser/parser.pri
deleted file mode 100644
index e15730f5d1..0000000000
--- a/src/qml/parser/parser.pri
+++ /dev/null
@@ -1,25 +0,0 @@
-HEADERS += \
- $$PWD/qqmljsast_p.h \
- $$PWD/qqmljsastfwd_p.h \
- $$PWD/qqmljsastvisitor_p.h \
- $$PWD/qqmljsengine_p.h \
- $$PWD/qqmljslexer_p.h \
- $$PWD/qqmljsglobal_p.h \
- $$PWD/qqmljskeywords_p.h \
- $$PWD/qqmljsengine_p.h \
- $$PWD/qqmljssourcelocation_p.h
-
-SOURCES += \
- $$PWD/qqmljsast.cpp \
- $$PWD/qqmljsastvisitor.cpp \
- $$PWD/qqmljsengine_p.cpp \
- $$PWD/qqmljslexer.cpp \
-
-CONFIG += qlalr
-QLALRSOURCES = $$PWD/qqmljs.g
-QMAKE_QLALRFLAGS = --no-debug --qt
-
-OTHER_FILES += $$QLALRSOURCES
-
-# make sure we install the headers generated by qlalr
-private_headers.CONFIG += no_check_exist