~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to experimental/libkdeclarative/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-05-13 15:42:30 UTC
  • mfrom: (1.14.17)
  • Revision ID: package-import@ubuntu.com-20120513154230-2xv2bsi52w6x5lue
Tags: 4:4.8.3-0ubuntu1
* New upstream release
  - Drop kubuntu_fix_nepomuk_utils_crash.diff, applied upstream
  - Add new symbols to libkdecore5.symbols and libkdewebkit5.symbols
  - Update kdelibs5-dev.install and kdelibs5-experimental-dev.install
  - update symbol files for gcc 4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
install(TARGETS kdeclarative EXPORT kdelibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
53
53
 
54
54
 
 
55
install(
 
56
   EXPORT kdelibsLibraryTargets
 
57
   DESTINATION ${LIB_INSTALL_DIR}/cmake/KDeclarative
 
58
   FILE KDeclarativeLibraryTargets.cmake
 
59
   )
 
60
 
 
61
configure_file(KDeclarativeConfig.cmake.in "${CMAKE_CURRENT_BINARY_DIR}/KDeclarativeConfig.cmake" @ONLY)
 
62
configure_file(KDeclarativeConfigVersion.cmake.in "${CMAKE_CURRENT_BINARY_DIR}/KDeclarativeConfigVersion.cmake" @ONLY)
 
63
 
 
64
install(
 
65
   FILES ${CMAKE_CURRENT_BINARY_DIR}/KDeclarativeConfig.cmake
 
66
         ${CMAKE_CURRENT_BINARY_DIR}/KDeclarativeConfigVersion.cmake
 
67
         DESTINATION ${LIB_INSTALL_DIR}/cmake/KDeclarative
 
68
)