mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-10 08:34:30 -04:00
[libcalamaresui] Use PYTHONQT_INCLUDE_DIRS
- document new variable from the CMake module - use it in libcalamaresui to simplify #include'ing the header for the "all" extension. Suggested by Denis Proskurin.
This commit is contained in:
parent
54bee71b44
commit
4602b30264
3 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
|||
#
|
||||
# Sets PYTHONQT_FOUND, PYTHONQT_INCLUDE_DIR, PYTHONQT_LIBRARY, PYTHONQT_LIBRARIES
|
||||
#
|
||||
# Also sets PYTHONQT_INCLUDE_DIRS to add whatever directories
|
||||
# that are needed for extensions.
|
||||
#
|
||||
|
||||
# Python is required
|
||||
find_package(PythonLibs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue