From 006083258e7cb5f9df2217beca68f30d6af72018 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 10 Feb 2014 11:23:01 +0100 Subject: [PATCH] + undo changes of 8b610aff on issue 0001375 because this was done in c7e41c --- cMake/UseLibPack8x.cmake | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/cMake/UseLibPack8x.cmake b/cMake/UseLibPack8x.cmake index 14eaf97319..4d01bba212 100644 --- a/cMake/UseLibPack8x.cmake +++ b/cMake/UseLibPack8x.cmake @@ -428,22 +428,3 @@ if(FREECAD_USE_FREETYPE) TRUE ) endif(FREECAD_USE_FREETYPE) - - -# SHIBOKEN_INCLUDE_DIR - Directories to include to use SHIBOKEN -# SHIBOKEN_LIBRARY - Files to link against to use SHIBOKEN -# SHIBOKEN_BINARY - Executable name - -SET(SHIBOKEN_INCLUDE_DIR ${FREECAD_LIBPACK_DIR}/include/shiboken) -SET(SHIBOKEN_LIBRARY optimized ${FREECAD_LIBPACK_DIR}/lib/shiboken-python2.6.lib debug ${FREECAD_LIBPACK_DIR}/lib/shiboken-python2.6_d.lib) -set(SHIBOKEN_BINARY ${FREECAD_LIBPACK_DIR}/bin/shiboken) - -# PYSIDE_INCLUDE_DIR - Directories to include 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 ${FREECAD_LIBPACK_DIR}/include/PySide) -SET(PYSIDE_LIBRARY optimized ${FREECAD_LIBPACK_DIR}/lib/pyside-python2.6.lib debug ${FREECAD_LIBPACK_DIR}/lib/pyside-python2.6_d.lib) -SET(PYSIDE_PYTHONPATH ${FREECAD_LIBPACK_DIR}/pyside/Lib/site-packages) -SET(PYSIDE_TYPESYSTEMS ${FREECAD_LIBPACK_DIR}/pyside/share/PySide/typesystems)