]>
Commit | Line | Data |
---|---|---|
1 | # ------------------------------------------------------------------- | |
2 | # Main project file for JavaScriptSource | |
3 | # | |
4 | # See 'Tools/qmake/README' for an overview of the build system | |
5 | # ------------------------------------------------------------------- | |
6 | ||
7 | TEMPLATE = subdirs | |
8 | CONFIG += ordered | |
9 | ||
10 | derived_sources.file = DerivedSources.pri | |
11 | target.file = Target.pri | |
12 | ||
13 | SUBDIRS += derived_sources target | |
14 | ||
15 | addStrictSubdirOrderBetween(derived_sources, target) | |
16 | ||
17 | jsc.file = jsc.pro | |
18 | jsc.makefile = Makefile.jsc | |
19 | SUBDIRS += jsc |