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) |
8 | 8 | # Match what's used in the main macros |
9 | 9 | cmake_policy(SET CMP0002 OLD) |
10 | 10 | find_package(PythonLibrary) |
| 11 | find_package(PythonLibs) |
11 | 12 | |
12 | 13 | include(KDE4Defaults) |
13 | 14 | include(MacroLibrary) |
… |
… |
set_package_properties(PolkitQt PROPERTI |
80 | 81 | "Required to build Python Polkit bindings") |
81 | 82 | |
82 | 83 | include_directories( |
| 84 | ${PYTHON_INCLUDE_DIRS} |
83 | 85 | ${PYTHON_INCLUDE_PATH} |
84 | 86 | ${SIP_INCLUDE_DIR} |
85 | 87 | ${QT_INCLUDE_DIR} |