# HG changeset patch # User Volker Grabsch # Date 1254686437 -7200 # Node ID dfd0873965ffbcab96cdaec188cef35265e84cf7 # Parent c2462319a112f39587d72132e7e0cca6353031fb in the qt-win32 patch, don't override the effect of a potential configure option "-no-exception" This makes it easier to switch between "-exception" and "-no-exception" in "src/qt.mk". diff -r c2462319a112 -r dfd0873965ff src/qt-win32.patch --- a/src/qt-win32.patch Sun Oct 04 21:59:11 2009 +0200 +++ b/src/qt-win32.patch Sun Oct 04 22:00:37 2009 +0200 @@ -88,7 +88,7 @@ MAKEFILE_GENERATOR = MINGW TEMPLATE = app CONFIG += qt warn_on release link_prl copy_dir_files debug_and_release debug_and_release_target precompile_header -+CONFIG += exceptions windows win32 ++CONFIG += windows win32 +CONFIG -= freetype +QT_CONFIG -= freetype QT += core gui