From: <hba...@us...> - 2010-09-25 23:27:31
|
Revision: 11214 http://plplot.svn.sourceforge.net/plplot/?rev=11214&view=rev Author: hbabcock Date: 2010-09-25 23:27:25 +0000 (Sat, 25 Sep 2010) Log Message: ----------- Fix if statement for memqt device. Modified Paths: -------------- trunk/cmake/modules/qt.cmake Modified: trunk/cmake/modules/qt.cmake =================================================================== --- trunk/cmake/modules/qt.cmake 2010-09-25 23:25:56 UTC (rev 11213) +++ trunk/cmake/modules/qt.cmake 2010-09-25 23:27:25 UTC (rev 11214) @@ -53,7 +53,7 @@ if(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 OR PLD_memqt) set(ANY_QT_DEVICE ON) -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) +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 OR PLD_memqt) if(ANY_QT_DEVICE) if(NOT CMAKE_CXX_COMPILER_WORKS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |