Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 11th, 2012  |  syntax: Diff  |  size: 0.50 KB  |  hits: 29  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. diff --git a/qtwebkit.pri b/qtwebkit.pri
  2. index 3d51429..88e48c1 100644
  3. --- a/qtwebkit.pri
  4. +++ b/qtwebkit.pri
  5. @@ -38,7 +38,7 @@ CONFIG -= separate_debug_info
  6.  exists($$PWD/qtwebkit/WebKitTools):qtwebkit_tools_dir = WebKitTools
  7.  else:qtwebkit_tools_dir = Tools
  8.  
  9. -QTWEBKIT_BUILD_CONFIG =
  10. +QTWEBKIT_BUILD_CONFIG = --debug
  11.  contains(CONFIG, release):!contains(CONFIG, debug_and_release): {QTWEBKIT_BUILD_CONFIG = --release}
  12.  
  13.  # WebKit2 is not yet supported on Windows, so avoid trying to build it