Browse Source

Exclude ctkScriptingPythonCore library from PythonQt wrapping

Jean-Christophe Fillion-Robin 14 years ago
parent
commit
c6fe3874f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Libs/Scripting/Python/Core/CMakeLists.txt

+ 1 - 0
Libs/Scripting/Python/Core/CMakeLists.txt

@@ -64,6 +64,7 @@ ctkMacroBuildLib(
   TARGET_LIBRARIES ${KIT_target_libraries}
   TARGET_LIBRARIES ${KIT_target_libraries}
   RESOURCES ${KIT_resources}
   RESOURCES ${KIT_resources}
   LIBRARY_TYPE ${CTK_LIBRARY_MODE}
   LIBRARY_TYPE ${CTK_LIBRARY_MODE}
+  DISABLE_WRAP_PYTHONQT
   )
   )
 
 
 # Plugins
 # Plugins