aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/PySideConfig.cmake.in
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-10-20 16:32:14 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-10-22 16:19:24 -0300
commit76fa1124908009ec1eaab0960dd542d6cc0e2c66 (patch)
treec99a6d2001166a7735cedbb70f120da0467836de /libpyside/PySideConfig.cmake.in
parent8e1e25a631d3e697ea795d66c8ed7e8fbbf7c6dd (diff)
Fixes to libpyside pkg-config and cmake files.
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'libpyside/PySideConfig.cmake.in')
-rw-r--r--libpyside/PySideConfig.cmake.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libpyside/PySideConfig.cmake.in b/libpyside/PySideConfig.cmake.in
index 654e6a3fe..b5b73dcae 100644
--- a/libpyside/PySideConfig.cmake.in
+++ b/libpyside/PySideConfig.cmake.in
@@ -1,7 +1,9 @@
# PYSIDE_INCLUDE_DIR - Directories to include to use PySide
-# PYSIDE_LIBRARIES - Files to link against to use PySide
+# PYSIDE_LIBRARY - Files to link against to use PySide
+# PYSIDE_PYTHONPATH - Path to where the PySide Python module files could be found
# PYSIDE_TYPESYSTEMS - Type system files that should be used by other bindings extending PySide
SET(PYSIDE_INCLUDE_DIR "@CMAKE_INSTALL_PREFIX@/include/PySide@pyside_SUFFIX@")
SET(PYSIDE_LIBRARY "@LIB_INSTALL_DIR@/@CMAKE_SHARED_LIBRARY_PREFIX@pyside@pyside_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@@CMAKE_SHARED_LIBRARY_SUFFIX@")
+SET(PYSIDE_PYTHONPATH "@SITE_PACKAGE@")
SET(PYSIDE_TYPESYSTEMS "@CMAKE_INSTALL_PREFIX@/share/PySide@pyside_SUFFFIX@/typesystems")