[Kde-bindings] branches/KDE/4.4/kdebindings/smoke
Arno Rehn
kde at arnorehn.de
Wed Feb 3 15:21:11 UTC 2010
SVN commit 1084719 by arnorehn:
backport from trunk:
Install config.xml files and qtdefines.
CCMAIL: kde-bindings at kde.org
M +2 -0 kdecore/CMakeLists.txt
A kdecore/kde-config.xml.cmake
M +3 -0 qtcore/CMakeLists.txt
A qtcore/qt-config.xml.cmake
--- branches/KDE/4.4/kdebindings/smoke/kdecore/CMakeLists.txt #1084718:1084719
@@ -1,6 +1,7 @@
include_directories( ${CMAKE_SOURCE_DIR}/smoke )
configure_file(config.xml.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.xml @ONLY)
+configure_file(kde-config.xml.cmake ${CMAKE_CURRENT_BINARY_DIR}/kde-config.xml @ONLY)
########### next target ###############
@@ -77,3 +78,4 @@
set_target_properties(smokekdecore PROPERTIES VERSION 3.0.0 SOVERSION 3 )
install(TARGETS smokekdecore DESTINATION ${LIB_INSTALL_DIR} )
install(FILES ${CMAKE_SOURCE_DIR}/smoke/kdecore_smoke.h DESTINATION include/smoke)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kde-config.xml DESTINATION share/smokegen)
--- branches/KDE/4.4/kdebindings/smoke/qtcore/CMakeLists.txt #1084718:1084719
@@ -2,6 +2,7 @@
include_directories( ${QT_INCLUDES} ${CMAKE_SOURCE_DIR}/smoke )
configure_file(config.xml.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.xml @ONLY)
+configure_file(qt-config.xml.cmake ${CMAKE_CURRENT_BINARY_DIR}/qt-config.xml @ONLY)
# for QtGuess.txt
if (APPLE)
@@ -85,3 +86,5 @@
# for Qt only installs
install(TARGETS smokeqtcore DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX} )
install(FILES ${CMAKE_SOURCE_DIR}/smoke/qtcore_smoke.h DESTINATION include/smoke)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/qt-config.xml DESTINATION share/smokegen)
+install(FILES ${CMAKE_BINARY_DIR}/smoke/qtdefines DESTINATION share/smokegen)
More information about the Kde-bindings
mailing list