[Kde-bindings] playground/bindings/kimono
Arno Rehn
kde at arnorehn.de
Sun Nov 26 21:31:12 UTC 2006
SVN commit 608144 by arnorehn:
* Little fix in CMakeLists.txt for correct linking against smokeqt
CCMAIL: kde-bindings at kde.org
M +2 -2 CMakeLists.txt
--- trunk/playground/bindings/kimono/CMakeLists.txt #608143:608144
@@ -24,8 +24,8 @@
INCLUDE_DIRECTORIES (${QT_INCLUDES})
ADD_LIBRARY (qyoto SHARED qyoto.cpp handlers.cpp)
-TARGET_LINK_LIBRARIES (qyoto ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
+TARGET_LINK_LIBRARIES (qyoto smokeqt ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
ADD_CUSTOM_TARGET (qt-dotnet ALL ${MCS_PATH} -unsafe -warn:0 -out:qt-dotnet.dll -target:library SmokeInvocation.cs Qyoto.cs qyoto/*.cs qdbus/*.cs)
-ADD_DEPENDENCIES (qt-dotnet qyoto)
\ No newline at end of file
+ADD_DEPENDENCIES (qt-dotnet qyoto)
More information about the Kde-bindings
mailing list