[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.24
[framework/web/webkit-efl.git] / Source / QtWebKit.pro
1 # -------------------------------------------------------------------
2 # Root project file for QtWebKit
3 #
4 # See 'Tools/qmake/README' for an overview of the build system
5 # -------------------------------------------------------------------
6
7 load(features)
8
9 TEMPLATE = subdirs
10 CONFIG += ordered
11
12 api.file = api.pri
13 SUBDIRS += api
14
15 !no_webkit2 {
16     webprocess.file = WebKit2/WebProcess.pro
17     SUBDIRS += webprocess
18     contains(DEFINES, ENABLE_PLUGIN_PROCESS=1) {
19         pluginprocess.file = WebKit2/PluginProcess.pro
20         SUBDIRS += pluginprocess
21     }
22 }
23
24 include(WebKit/qt/docs/docs.pri)
25
26 declarative.file = WebKit/qt/declarative/declarative.pro
27 declarative.makefile = Makefile.declarative
28 SUBDIRS += declarative
29
30 tests.file = tests.pri
31 SUBDIRS += tests
32
33 examples.file = WebKit/qt/examples/examples.pro
34 examples.CONFIG += no_default_target
35 examples.makefile = Makefile
36 SUBDIRS += examples
37