[Kde-bindings] KDE/kdebindings/csharp/qyoto
Funda Wang
fundawang at linux.net.cn
Sat Jan 17 12:24:35 UTC 2009
SVN commit 912339 by fwang:
* add dll map to qt-dotnet, otherwise libqyotoshared.so is required for
runtime libraries, but it is a devel time library.
See: http://pkg-mono.alioth.debian.org/cli-policy/ch-mono.html
CCMAIL: kde-bindings at kde.org
M +3 -0 CMakeLists.txt
--- trunk/KDE/kdebindings/csharp/qyoto/CMakeLists.txt #912338:912339
@@ -50,6 +50,9 @@
ADD_DEPENDENCIES (qt-dotnet qyoto)
+GET_CS_LIBRARY_TARGET_DIR()
+FILE(WRITE ${CS_LIBRARY_TARGET_DIR}/qt-dotnet.dll.config "<configuration><dllmap dll=\"libqyotoshared\" target=\"libqyotoshared.so.1\"/></configuration>")
+
INSTALL(TARGETS qyoto LIBRARY DESTINATION ${LIB_INSTALL_DIR})
INSTALL(TARGETS qyotoshared LIBRARY DESTINATION ${LIB_INSTALL_DIR})
INSTALL(FILES src/emitsignal.h src/invokeslot.h src/marshall.h src/methodcall.h src/methodreturnvalue.h
More information about the Kde-bindings
mailing list