void-packages/srcpkgs/qt5/files/qlalr.pro
Jürgen Buchmüller 013674e3a8 qt5: update to 5.8.0
No longer build examples but just install the source in qt5-examples.
New submodule qt5-speech.
2017-03-05 02:41:34 +01:00

23 lines
342 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
load(qt_tool)