From: <ai...@us...> - 2009-04-18 00:53:24
|
Revision: 9816 http://plplot.svn.sourceforge.net/plplot/?rev=9816&view=rev Author: airwin Date: 2009-04-18 00:53:22 +0000 (Sat, 18 Apr 2009) Log Message: ----------- Define qt_gui_true to be used in the installed examples/c++ Makefile. Modified Paths: -------------- trunk/cmake/modules/qt.cmake Modified: trunk/cmake/modules/qt.cmake =================================================================== --- trunk/cmake/modules/qt.cmake 2009-04-18 00:52:12 UTC (rev 9815) +++ trunk/cmake/modules/qt.cmake 2009-04-18 00:53:22 UTC (rev 9816) @@ -68,3 +68,9 @@ set(PLD_extqt OFF CACHE BOOL "Enable Qt ext device" FORCE) endif(QT4_FOUND) endif(PLD_bmpqt OR PLD_jpgqt OR PLD_pngqt OR PLD_ppmqt OR PLD_tiffqt OR PLD_epsqt OR PLD_pdfqt OR PLD_qtwidget OR PLD_svgqt OR PLD_extqt) + +if(PLD_extqt) + set(qt_gui_true "") +else(PLD_extqt) + set(qt_gui_true "#") +endif(PLD_extqt) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |