harbour-sextant/harbour-sextant.pro
Renaud Casenave-Péré 7b4a258c0b Revamp app build system
Ui will be referred to by the name ‘cockpit’
2025-09-07 16:22:59 +02:00

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