1 # -------------------------------------------------------------------
2 # Root project file for QtWebKit
4 # See 'Tools/qmake/README' for an overview of the build system
5 # -------------------------------------------------------------------
14 webprocess.file = WebKit2/WebProcess.pro
16 contains(DEFINES, ENABLE_PLUGIN_PROCESS=1) {
17 pluginprocess.file = WebKit2/PluginProcess.pro
18 SUBDIRS += pluginprocess
22 include(WebKit/qt/docs/docs.pri)
24 declarative.file = WebKit/qt/declarative/declarative.pro
25 declarative.makefile = Makefile.declarative
26 SUBDIRS += declarative
29 tests.file = tests.pri
32 examples.file = WebKit/qt/examples/examples.pro
33 examples.CONFIG += no_default_target
34 examples.makefile = Makefile