Ticket #47125: kubuntu_include_dirs.diff

File kubuntu_include_dirs.diff, 1.2 KB (added by RJVB (René Bertin), 9 years ago)
  • CMakeLists.txt

    Description: use multiarch include dirs
    
    ---
    The information above should follow the Patch Tagging Guidelines, please
    checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
    are templates for supplementary fields that you might want to add:
    
    Origin: <vendor|upstream|other>, <url of original patch>
    Bug: <url in upstream bugtracker>
    Bug-Debian: http://bugs.debian.org/<bugnumber>
    Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
    Forwarded: <no|not-needed|url proving that it has been forwarded>
    Reviewed-By: <name and email of someone who approved the patch>
    Last-Update: <YYYY-MM-DD>
    
    old new find_package(KDE4 4.9.4 REQUIRED) 
    88# Match what's used in the main macros
    99cmake_policy(SET CMP0002 OLD)
    1010find_package(PythonLibrary)
     11find_package(PythonLibs)
    1112
    1213include(KDE4Defaults)
    1314include(MacroLibrary)
    set_package_properties(PolkitQt PROPERTI 
    8081                       "Required to build Python Polkit bindings")
    8182
    8283include_directories(
     84    ${PYTHON_INCLUDE_DIRS}
    8385    ${PYTHON_INCLUDE_PATH}
    8486    ${SIP_INCLUDE_DIR}
    8587    ${QT_INCLUDE_DIR}