aboutsummaryrefslogtreecommitdiff
path: root/qtmips.pro
blob: 38266277d51a49eb6ed999cd7b68fdbea13258e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

SUBDIRS += \
    qtmips_machine \
    qtmips_osemu

!wasm: SUBDIRS += \
    qtmips_machine/tests \
    qtmips_cli \

SUBDIRS += \
    qtmips_gui

qtmips_cli.depends = qtmips_machine
qtmips_gui.depends = qtmips_machine qtmips_osemu
qtmips_machine-tests.depends = qtmips_machine