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

SUBDIRS += \
    qtmips_machine \
    qtmips_osemu \
    qtmips_asm

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

SUBDIRS += \
    qtmips_gui

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