aboutsummaryrefslogtreecommitdiff
path: root/qtmips.pro
blob: f13d3216a7b41adbce1411fcfe50d422449cf7a9 (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_gui.depends = qtmips_machine qtmips_osemu
qtmips_machine-tests.depends = qtmips_machine