summaryrefslogtreecommitdiffstats
path: root/src/buildtools/buildtools.pro
blob: 1366d18d5402e7d31a545c34b8ae7d6df0d2c496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = subdirs

linux {
    # configure_host.pro and configure_target.pro are phony pro files that
    # extract things like compiler and linker from qmake.
    # Only used on Linux as it is only important for cross-building and alternative compilers.
    configure_host.file = configure_host.pro
    configure_target.file = configure_target.pro
    configure_target.depends = configure_host
    gn.depends += configure_target

    SUBDIRS += configure_host configure_target
}

ninja.file = ninja.pro
SUBDIRS += ninja

gn.file = gn.pro
gn.depends = ninja
SUBDIRS += gn