Merge "Change log level: info -> debug" into tizen_2.2
[framework/web/webkit-efl.git] / Tools / qmake / configure.pri
1 # -------------------------------------------------------------------
2 # This file is used by build-webkit to compute the various feature
3 # defines, which are then cached in .qmake.cache.
4 #
5 # See 'Tools/qmake/README' for an overview of the build system
6 # -------------------------------------------------------------------
7
8 haveQt(5):!quick_check {
9     load(configure)
10     QMAKE_CONFIG_TESTS_DIR = $$PWD/config.tests
11
12     CONFIG_TESTS = \
13         fontconfig \
14         gccdepends \
15         glx \
16         libpng \
17         libjpeg \
18         libwebp \
19         libXcomposite \
20         libXrender \
21         libxml2 \
22         libxslt \
23         libzlib
24
25     for(test, CONFIG_TESTS): qtCompileTest($$test)
26 }
27
28 load(features)