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