summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/JavaScriptCore.pro
blob: cd3ab235fc7ea85adcd3ce873b17c72044be1a87 (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
# -------------------------------------------------------------------
# Main project file for JavaScriptSource
#
# See 'Tools/qmake/README' for an overview of the build system
# -------------------------------------------------------------------

TEMPLATE = subdirs
CONFIG += ordered

WTF.file = wtf/wtf.pro
WTF.makefile = Makefile.WTF
SUBDIRS += WTF

!v8 {
    derived_sources.file = DerivedSources.pri
    target.file = Target.pri

    SUBDIRS += derived_sources target

    addStrictSubdirOrderBetween(derived_sources, target)

    jsc.file = jsc.pro
    jsc.makefile = Makefile.jsc
    SUBDIRS += jsc
}