tizen beta release
[profile/ivi/webkit-efl.git] / Tools / Tools.pro
1 # -------------------------------------------------------------------
2 # Root project file for tools
3 #
4 # See 'Tools/qmake/README' for an overview of the build system
5 # -------------------------------------------------------------------
6
7 TEMPLATE = subdirs
8 CONFIG += ordered
9
10 load(features)
11
12 SUBDIRS += QtTestBrowser/QtTestBrowser.pro
13 SUBDIRS += DumpRenderTree/qt/DumpRenderTree.pro
14 SUBDIRS += DumpRenderTree/qt/ImageDiff.pro
15
16 !no_webkit2 {
17     SUBDIRS += MiniBrowser/qt/MiniBrowser.pro
18     linux-g++*: SUBDIRS += WebKitTestRunner/WebKitTestRunner.pro
19 }
20
21 !win32:contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=1) {
22     SUBDIRS += DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
23 }