|
From: <ai...@us...> - 2009-04-24 18:18:39
|
Revision: 9846
http://plplot.svn.sourceforge.net/plplot/?rev=9846&view=rev
Author: airwin
Date: 2009-04-24 18:18:29 +0000 (Fri, 24 Apr 2009)
Log Message:
-----------
Add -dev qtwidget to interactive suite of tests.
Add qt_example application which demonstrates extqt to interactive suite of
tests.
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 2009-04-24 18:00:38 UTC (rev 9845)
+++ trunk/plplot_test/plplot-test-interactive.sh.in 2009-04-24 18:18:29 UTC (rev 9846)
@@ -25,6 +25,10 @@
DEVICE_LIST="$DEVICE_LIST wxwidgets"
fi
+if [ "@PLD_qtwidget@" = "ON" ] ; then
+ DEVICE_LIST="$DEVICE_LIST qtwidget"
+fi
+
for device in $DEVICE_LIST ; do
for index in $INDEX_LIST ; do
echo "c/x${index}c -dev $device"
@@ -68,6 +72,13 @@
COUNT=$(( $COUNT + 1 ))
fi
+if [ "@PLD_extqt@" = "ON" ] ; then
+ INDEX_LIST="$INDEX_LIST $COUNT"
+ DIRECTORY[$COUNT]="c++"
+ COMMAND[$COUNT]="./qt_example"
+ COUNT=$(( $COUNT + 1 ))
+fi
+
if [ "@ENABLE_gnome2@" = "ON" ] ; then
INDEX_LIST="$INDEX_LIST $COUNT"
DIRECTORY[$COUNT]="c"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|