# HG changeset patch # User eldar # Date 1247780361 0 # Node ID f7dca08fc81600d2fb7c078506c6bc5ab24a0076 # Parent 7f150ad4cb5f5698e5a65894c4fe1903be67a0e6 fix for macosx diff -r 7f150ad4cb5f -r f7dca08fc816 CMakeLists.txt --- a/CMakeLists.txt Wed Jul 15 17:16:36 2009 +0000 +++ b/CMakeLists.txt Thu Jul 16 21:39:21 2009 +0000 @@ -306,7 +306,7 @@ endif(NOT GENERATE_DI_FILES) ## Link CPP library. - add_library(cpp_${package} SHARED ${cpp_sources}) + add_library(cpp_${package} STATIC ${cpp_sources}) set_property(TARGET cpp_${package} PROPERTY LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/CMakeFiles) if(CMAKE_HOST_WIN32 AND D_IS_MARS) ## TODO: Replace by SEPAREATE_CPP_PART else(CMAKE_HOST_WIN32 AND D_IS_MARS) diff -r 7f150ad4cb5f -r f7dca08fc816 build/gui.makefile --- a/build/gui.makefile Wed Jul 15 17:16:36 2009 +0000 +++ b/build/gui.makefile Thu Jul 16 21:39:21 2009 +0000 @@ -362,5 +362,4 @@ QShortcut \ QSizeGrip \ QSortFilterProxyModel \ -QSound \ -UrlHandler \ No newline at end of file +QSound \ No newline at end of file diff -r 7f150ad4cb5f -r f7dca08fc816 build/gui.txt --- a/build/gui.txt Wed Jul 15 17:16:36 2009 +0000 +++ b/build/gui.txt Thu Jul 16 21:39:21 2009 +0000 @@ -1,6 +1,6 @@ set(required Core) set (cpp_files qt_gui/UrlHandler_shell) -set (d_files gui/UrlHandler) +#set (d_files gui/UrlHandler) set(classes QPushButton QFileIconProvider diff -r 7f150ad4cb5f -r f7dca08fc816 generator/typesystem_gui-java.java --- a/generator/typesystem_gui-java.java Wed Jul 15 17:16:36 2009 +0000 +++ b/generator/typesystem_gui-java.java Thu Jul 16 21:39:21 2009 +0000 @@ -588,7 +588,7 @@ }// class class QDesktopServices___ extends QDesktopServices { - +/* private static UrlHandler[string] __rcUrlHandlers; public static void setUrlHandler(string scheme, void delegate(QUrl) dg) { UrlHandler receiver = dg !is null ? new UrlHandler(dg) : null; @@ -599,7 +599,7 @@ __rcUrlHandlers[scheme] = receiver; setUrlHandler(scheme, receiver, "handleUrl"); - } + }*/ }// class class QWizardPage___ extends QWizardPage { diff -r 7f150ad4cb5f -r f7dca08fc816 generator/typesystem_gui.xml --- a/generator/typesystem_gui.xml Wed Jul 15 17:16:36 2009 +0000 +++ b/generator/typesystem_gui.xml Thu Jul 16 21:39:21 2009 +0000 @@ -2847,9 +2847,9 @@ - +