From: <ai...@us...> - 2014-04-21 00:08:08
|
Revision: 13103 http://sourceforge.net/p/plplot/code/13103 Author: airwin Date: 2014-04-21 00:08:04 +0000 (Mon, 21 Apr 2014) Log Message: ----------- Propagate PLPLOT_USE_QT5 variable to CMake-based build system 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 2014-04-21 00:06:13 UTC (rev 13102) +++ trunk/examples/plplot_configure.cmake_installed_examples.in 2014-04-21 00:08:04 UTC (rev 13103) @@ -233,3 +233,6 @@ # WIN32 and CYGWIN derived variables set(WIN32_AND_NOT_CYGWIN @WIN32_AND_NOT_CYGWIN@) set(WIN32_OR_CYGWIN @WIN32_OR_CYGWIN@) + +#Qt5 support +set(PLPLOT_USE_QT5 @PLPLOT_USE_QT5@) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |