28 lines
427 B
Prolog
28 lines
427 B
Prolog
SOURCES += \
|
|
compress.cpp \
|
|
cppgenerator.cpp \
|
|
dotgraph.cpp \
|
|
lalr.cpp \
|
|
main.cpp \
|
|
parsetable.cpp \
|
|
recognizer.cpp \
|
|
grammar.cpp
|
|
|
|
HEADERS += \
|
|
compress.h \
|
|
cppgenerator.h \
|
|
dotgraph.h \
|
|
lalr.h \
|
|
parsetable.h \
|
|
recognizer.h \
|
|
grammar_p.h
|
|
|
|
OTHER_FILES += \
|
|
lalr.g
|
|
|
|
DEFINES += \
|
|
QT_NO_FOREACH
|
|
|
|
QMAKE_TARGET_DESCRIPTION = "Qt Look Ahead LR Parser"
|
|
load(qt_tool)
|