From: <ai...@us...> - 2014-04-21 00:06:16
|
Revision: 13102 http://sourceforge.net/p/plplot/code/13102 Author: airwin Date: 2014-04-21 00:06:13 +0000 (Mon, 21 Apr 2014) Log Message: ----------- Refine the condition where qt_example is allowed to be tested by the traditional build system for the installed examples. Modified Paths: -------------- trunk/plplot_test/plplot-test-interactive.sh.in Modified: trunk/plplot_test/plplot-test-interactive.sh.in =================================================================== --- trunk/plplot_test/plplot-test-interactive.sh.in 2014-04-20 23:58:47 UTC (rev 13101) +++ trunk/plplot_test/plplot-test-interactive.sh.in 2014-04-21 00:06:13 UTC (rev 13102) @@ -177,7 +177,7 @@ COUNT=$(( $COUNT + 1 )) fi -if [ "@PLD_extqt@" = "ON" -a "@ENABLE_cxx@" = "ON" ] ; then +if [ "@PLD_extqt@" = "ON" -a "@ENABLE_cxx@" = "ON" -a "@qt_gui_true@" != "#" ] ; then INDEX_LIST="$INDEX_LIST $COUNT" DIRECTORY[$COUNT]="${EXAMPLES_DIR}/c++" COMMAND[$COUNT]="./qt_example" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |