|
From: <ai...@us...> - 2009-04-26 23:10:58
|
Revision: 9857
http://plplot.svn.sourceforge.net/plplot/?rev=9857&view=rev
Author: airwin
Date: 2009-04-26 23:10:52 +0000 (Sun, 26 Apr 2009)
Log Message:
-----------
Oops! Forgot to enable extqt by default now that it builds without issues.
Modified Paths:
--------------
trunk/cmake/modules/drivers-init.cmake
Modified: trunk/cmake/modules/drivers-init.cmake
===================================================================
--- trunk/cmake/modules/drivers-init.cmake 2009-04-26 20:01:32 UTC (rev 9856)
+++ trunk/cmake/modules/drivers-init.cmake 2009-04-26 23:10:52 UTC (rev 9857)
@@ -91,8 +91,7 @@
"pngqt:qt:ON"
"ppmqt:qt:ON"
"tiffqt:qt:ON"
-# Default OFF until build error is fixed.
-"extqt:qt:OFF"
+"extqt:qt:ON"
# Currently does not validate at http://validator.w3.org/, but that appears
# to be a result of the validator being unfamiliar with SVG-1.2 (a draft
# SVG standard that has not been finalized yet) which is produced
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|