From: <ai...@us...> - 2010-03-05 17:45:54
|
Revision: 10848 http://plplot.svn.sourceforge.net/plplot/?rev=10848&view=rev Author: airwin Date: 2010-03-05 17:45:48 +0000 (Fri, 05 Mar 2010) Log Message: ----------- Propagate ENABLE_pyqt4 to installed examples build system. This allows implementation of the test_pyqt4_example target for the installed examples. Modified Paths: -------------- trunk/examples/plplot_configure.cmake_installed_examples.in Modified: trunk/examples/plplot_configure.cmake_installed_examples.in =================================================================== --- trunk/examples/plplot_configure.cmake_installed_examples.in 2010-03-05 17:44:11 UTC (rev 10847) +++ trunk/examples/plplot_configure.cmake_installed_examples.in 2010-03-05 17:45:48 UTC (rev 10848) @@ -37,6 +37,7 @@ set(ENABLE_octave @ENABLE_octave@) set(ENABLE_pdl @ENABLE_pdl@) set(ENABLE_python @ENABLE_python@) +set(ENABLE_pyqt4 @ENABLE_pyqt4@) set(ENABLE_tcl @ENABLE_tcl@) # Interactive bindings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |