diff cmake/FindD.cmake @ 368:185df9220ea7

Fixed startsWith. Implemented meta-object members as ranges. Freed QMetaObject from stuff that belongs to MetaClass
author Max Samukha <maxter@maxter.com>
date Mon, 28 Jun 2010 21:29:32 +0300
parents da4235301224
children d2f48c4cb3e3
line wrap: on
line diff
--- a/cmake/FindD.cmake	Thu Jun 24 13:47:30 2010 +0300
+++ b/cmake/FindD.cmake	Mon Jun 28 21:29:32 2010 +0300
@@ -87,7 +87,8 @@
     set(D_DEBUG_FLAG -debug)
 endif(D_IS_LLVM)
 if(CMAKE_HOST_WIN32)
-    set(D_RELEASE_FLAGS ${D_RELEASE_FLAGS} -L/subsystem:windows)
+    # Linking fails with this. Commenting out for now.
+    # set(D_RELEASE_FLAGS ${D_RELEASE_FLAGS} -L/subsystem:windows)
 endif(CMAKE_HOST_WIN32)
 set(D_DEBUG_FLAGS ${D_DEBUG_FLAGS} ${D_DEBUG_FLAG})