0
|
1 |
|
|
2 |
TEMPLATE = app
|
|
3 |
QT = core
|
18
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
4 |
CONFIG += console
|
0
|
5 |
TARGET = qlalr
|
|
6 |
mac:CONFIG -= app_bundle
|
|
7 |
|
|
8 |
SOURCES += compress.cpp \
|
|
9 |
cppgenerator.cpp \
|
|
10 |
dotgraph.cpp \
|
|
11 |
lalr.cpp \
|
|
12 |
main.cpp \
|
|
13 |
parsetable.cpp \
|
|
14 |
recognizer.cpp \
|
|
15 |
grammar.cpp
|
|
16 |
|
|
17 |
HEADERS += compress.h \
|
|
18 |
cppgenerator.h \
|
|
19 |
dotgraph.h \
|
|
20 |
lalr.h \
|
|
21 |
parsetable.h \
|
|
22 |
grammar_p.h
|