WebCore.pro 414 B

123456789101112131415
  1. # -------------------------------------------------------------------
  2. # Main project file for WebCore
  3. #
  4. # See 'Tools/qmake/README' for an overview of the build system
  5. # -------------------------------------------------------------------
  6. TEMPLATE = subdirs
  7. derived_sources.file = DerivedSources.pri
  8. target.file = Target.pri
  9. SUBDIRS += derived_sources target
  10. addStrictSubdirOrderBetween(derived_sources, target)