123456789101112131415 |
- # -------------------------------------------------------------------
- # Main project file for WebCore
- #
- # See 'Tools/qmake/README' for an overview of the build system
- # -------------------------------------------------------------------
- TEMPLATE = subdirs
- derived_sources.file = DerivedSources.pri
- target.file = Target.pri
- SUBDIRS += derived_sources target
- addStrictSubdirOrderBetween(derived_sources, target)
|