summaryrefslogtreecommitdiff
path: root/src/src.pro
blob: aacdc95e77857b0c133364ed6178bdb2506373a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
include(../qtcreator.pri)

TEMPLATE  = subdirs
CONFIG   += ordered

minQtVersion(5, 0, 0) {
    QBS_DIRS = \
        qbscorelib \
        qbsqtprofilesetup \
        qbsapps \
        qbsplugins \
        qbsstatic

    qbscorelib.subdir = shared/qbs/src/lib/corelib
    qbsqtprofilesetup.subdir = shared/qbs/src/lib/qtprofilesetup
    qbsqtprofilesetup.depends = qbscorelib
    qbsapps.subdir = shared/qbs/src/app
    qbsapps.depends = qbsqtprofilesetup
    qbsplugins.subdir = shared/qbs/src/plugins
    qbsstatic.file = shared/qbs/static.pro

    exists(shared/qbs/qbs.pro): SUBDIRS += $$QBS_DIRS
    TR_EXCLUDE = $$QBS_DIRS
}

SUBDIRS += \
    libs \
    app \
    plugins \
    tools