]> git.saurik.com Git - wxWidgets.git/commitdiff
set USE_QA to 1 for consistency with the IDE builds (closes 1419152)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 5 Feb 2006 12:39:19 +0000 (12:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 5 Feb 2006 12:39:19 +0000 (12:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/msw/config.vc

index c262221379dd273d219d64160d0593f9f21960cf..7f4581203a8cdd3cd930b559533340d5a5189f2c 100644 (file)
@@ -85,7 +85,7 @@ USE_OPENGL = 0
 USE_ODBC = 0
 
 # Build quality assurance classes library (USE_GUI must be 1)? [0,1]
-USE_QA = 0
+USE_QA = 1
 
 # Enable exceptions in compiled code. [0,1]
 USE_EXCEPTIONS = 1