[Kde-bindings] KDE/kdebindings/csharp/qyoto
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Sun Oct 7 14:13:42 UTC 2007
SVN commit 722516 by rdale:
* Make the paths used in the cmake file relative to the top level, rather than the current directory
CCMAIL: kde-bindings at kde.org
M +4 -3 CMakeLists.txt
--- trunk/KDE/kdebindings/csharp/qyoto/CMakeLists.txt #722515:722516
@@ -24,15 +24,16 @@
svg/*.cs
opengl/*.cs
uitools/*.cs
+ qwt/*.cs
qdbus/*.cs)
SET(SRC_SCINTILLA src/AssemblyInfoQScintilla2.cs
qsci/*.cs)
-SET(KEYFILE ${CMAKE_CURRENT_SOURCE_DIR}/key.snk)
+SET(KEYFILE ${CMAKE_SOURCE_DIR}/csharp/qyoto/key.snk)
-SET( UICS_EXECUTABLE ${CMAKE_CURRENT_BINARY_DIR}/tools/uics/uics )
-SET( CSRCC_EXECUTABLE ${CMAKE_CURRENT_BINARY_DIR}/tools/csrcc/csrcc )
+SET( UICS_EXECUTABLE ${CMAKE_BINARY_DIR}/csharp/qyoto/tools/uics/uics )
+SET( CSRCC_EXECUTABLE ${CMAKE_BINARY_DIR}/csharp/qyoto/tools/csrcc/csrcc )
INCLUDE_DIRECTORIES (${QT_INCLUDES} ${CMAKE_SOURCE_DIR}/smoke)
LINK_DIRECTORIES (${LIBRARY_OUTPUT_PATH})
More information about the Kde-bindings
mailing list