| # ------------------------------------------------------------------- |
| # Root project file for QtWebKit |
| # See 'Tools/qmake/README' for an overview of the build system |
| # ------------------------------------------------------------------- |
| webkitwidgets.file = widgetsapi.pri |
| webprocess.file = WebKit2/WebProcess.pro |
| enable?(PLUGIN_PROCESS) { |
| pluginprocess.file = WebKit2/PluginProcess.pro |
| enable?(SUID_SANDBOX_LINUX) { |
| sandboxprocess.file = WebKit2/SandboxProcess.pro |
| SUBDIRS += sandboxprocess |
| declarative.file = WebKit/qt/declarative/declarative.pro |
| declarative.makefile = Makefile.declarative |
| have?(QTQUICK): SUBDIRS += declarative |
| examples.file = WebKit/qt/examples/examples.pro |
| examples.CONFIG += no_default_target |
| examples.makefile = Makefile |