[cmake-commits] hoffman committed CMakeLists.txt 1.41 1.42 qtnoqtmain.cxx NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Nov 2 10:46:05 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/Wrapping
In directory public:/mounts/ram/cvs-serv18328/Tests/Wrapping

Modified Files:
	CMakeLists.txt 
Added Files:
	qtnoqtmain.cxx 
Log Message:
ENH: remove findqt3 from cmake's cmakelist files


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Wrapping/CMakeLists.txt,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- CMakeLists.txt	12 Dec 2006 18:59:09 -0000	1.41
+++ CMakeLists.txt	2 Nov 2007 14:46:03 -0000	1.42
@@ -74,6 +74,8 @@
   TARGET_LINK_LIBRARIES(qtwrapping myqtlib)
 
   TARGET_LINK_LIBRARIES( qtwrapping ${QT_LIBRARIES} )
+ELSE (QT_FOUND AND QT_WRAP_UI)
+  ADD_EXECUTABLE (qtwrapping qtnoqtmain.cxx)
 ENDIF (QT_FOUND AND QT_WRAP_UI)
 
 #

--- NEW FILE: qtnoqtmain.cxx ---
int main(int ac, char** av)
{
  return 0;
}
  



More information about the Cmake-commits mailing list