013674e3a8
No longer build examples but just install the source in qt5-examples. New submodule qt5-speech.
23 lines
342 B
Prolog
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)
|