WebKit2.pro 550 B

12345678910111213141516171819202122
  1. # -------------------------------------------------------------------
  2. # Main project file for WebKit2
  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)
  11. have?(QTQUICK) {
  12. webkit2qml.file = WebKit2QML.pri
  13. SUBDIRS += webkit2qml
  14. addStrictSubdirOrderBetween(target, webkit2qml)
  15. }