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

« back to all changes in this revision

Viewing changes to experimental/libkdeclarative/KDeclarativeConfig.cmake.in

  • 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:
 
1
# - Config file for the KDeclarative package
 
2
# It defines the following variables
 
3
#  KDECLARATIVE_INCLUDE_DIRS - include directories for KDeclarative
 
4
#  KDECLARATIVE_LIBRARIES    - libraries to link against
 
5
 
 
6
set(KDECLARATIVE_FOUND true)
 
7
 
 
8
# Compute paths
 
9
get_filename_component(KDECLARATIVE_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
 
10
get_filename_component(KDECLARATIVE_PREFIX ${KDECLARATIVE_CMAKE_DIR}/@relInstallDir@ ABSOLUTE)
 
11
if(EXISTS "${KDECLARATIVE_CMAKE_DIR}/CMakeCache.txt")
 
12
   # In build tree
 
13
   set(KDECLARATIVE_INCLUDE_DIRS "@PROJECT_SOURCE_DIR@")
 
14
else()
 
15
   set(KDECLARATIVE_INCLUDE_DIRS "@INCLUDE_INSTALL_DIR@")
 
16
endif()
 
17
 
 
18
# Our library dependencies (contains definitions for IMPORTED targets)
 
19
include("${KDECLARATIVE_CMAKE_DIR}/KDeclarativeLibraryTargets.cmake")
 
20
 
 
21
# These are IMPORTED targets created by KDeclarativeLibraryDepends.cmake
 
22
set(KDECLARATIVE_LIBRARIES kdeclarative)