Initialize Tizen 2.3
[framework/web/webkit-efl.git] / mobile / 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 TEMPLATE = subdirs
8 CONFIG += ordered
9
10 api.file = api.pri
11 SUBDIRS += api
12
13 !no_webkit2 {
14     webprocess.file = WebKit2/WebProcess.pro
15     SUBDIRS += webprocess
16     contains(DEFINES, ENABLE_PLUGIN_PROCESS=1) {
17         pluginprocess.file = WebKit2/PluginProcess.pro
18         SUBDIRS += pluginprocess
19     }
20 }
21
22 include(WebKit/qt/docs/docs.pri)
23
24 declarative.file = WebKit/qt/declarative/declarative.pro
25 declarative.makefile = Makefile.declarative
26 SUBDIRS += declarative
27
28 !no_webkit1 {
29     tests.file = tests.pri
30     SUBDIRS += tests
31
32     examples.file = WebKit/qt/examples/examples.pro
33     examples.CONFIG += no_default_target
34     examples.makefile = Makefile
35     SUBDIRS += examples
36 }