Merge branch 'newdocs'
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Tue, 20 Nov 2012 09:08:29 +0000 (10:08 +0100)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Tue, 20 Nov 2012 09:12:44 +0000 (10:12 +0100)
Added prepare_docs to qt_build_config.prf (it was added
directly in configure in the source branch)

Conflicts:
configure
tools/configure/configureapp.cpp

Change-Id: I1337c69fc62b1c934e3e39b4409e4857440c9db8

1  2 
configure
mkspecs/features/qt_build_config.prf
src/testlib/qtestcase.cpp

diff --cc configure
Simple merge
@@@ -25,8 -25,6 +25,8 @@@ mac 
     }
  }
  
- CONFIG += create_prl link_prl no_private_qt_headers_warning QTDIR_build
++CONFIG += create_prl link_prl prepare_docs no_private_qt_headers_warning QTDIR_build
 +
  # Qt modules get compiled without exceptions enabled by default.
  # However, testcases should be still built with exceptions.
  CONFIG += exceptions_off testcase_exceptions
Simple merge