Merge "Change log level: info -> debug" into tizen_2.2
[framework/web/webkit-efl.git] / Tools / qmake / configure.pro
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 # Will compute features based on command line arguments, config tests,
9 # dependency availability, and defaults.
10 include(configure.pri)
11
12 # Compute delta
13 CONFIG -= $$BASE_CONFIG
14 DEFINES -= $$BASE_DEFINES
15
16 message(CONFIG: $$CONFIG)
17 message(DEFINES: $$DEFINES)
18 error("Done computing defaults")