|
From: <ai...@us...> - 2009-05-03 11:14:14
|
Revision: 9888
http://plplot.svn.sourceforge.net/plplot/?rev=9888&view=rev
Author: airwin
Date: 2009-05-03 11:14:05 +0000 (Sun, 03 May 2009)
Log Message:
-----------
Use correct location of qt.h when generating moc output for
-DENABLE_DYNDRIVERS=OFF case.
Modified Paths:
--------------
trunk/src/CMakeLists.txt
Modified: trunk/src/CMakeLists.txt
===================================================================
--- trunk/src/CMakeLists.txt 2009-05-03 00:59:42 UTC (rev 9887)
+++ trunk/src/CMakeLists.txt 2009-05-03 11:14:05 UTC (rev 9888)
@@ -135,7 +135,7 @@
if(MOC_OPTIONS)
qt4_wrap_cpp(
QT_MOC_OUTFILES
- ${CMAKE_CURRENT_SOURCE_DIR}/qt.h
+ ${CMAKE_SOURCE_DIR}/drivers/qt.h
OPTIONS ${MOC_OPTIONS}
)
# message("QT_MOC_OUTFILES = ${QT_MOC_OUTFILES}")
@@ -194,6 +194,7 @@
set(libplplot${LIB_TAG}_LINK_LIBRARIES ${DRIVERS_LINK_FLAGS})
set(LIB_INSTALL_RPATH ${LIB_INSTALL_RPATH} ${DRIVERS_RPATH})
endif(ENABLE_DYNDRIVERS)
+#message("LIB_INSTALL_RPATH = ${LIB_INSTALL_RPATH}")
if(MATH_LIB)
set(
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|