10 lines
202 B
Prolog
10 lines
202 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = parser \
|
|
cockpit \
|
|
app
|
|
|
|
parser.file = ts-parser.pro
|
|
cockpit.file = cockpit.pro
|
|
cockpit.depends = parser
|
|
app.file = sextant-app.pro
|
|
app.depends = cockpit
|