ctkScriptingPythonCoreConfigure.h.in 514 B

1234567891011121314151617181920
  1. #ifndef __ctkScriptingPythonCoreConfigure_h
  2. #define __ctkScriptingPythonCoreConfigure_h
  3. ///
  4. /// Here is where system computed values get stored
  5. ///
  6. #cmakedefine CTK_PYTHONQT_WRAP_QTGUI
  7. #cmakedefine CTK_PYTHONQT_WRAP_QTNETWORK
  8. #cmakedefine CTK_PYTHONQT_WRAP_QTOPENGL
  9. #cmakedefine CTK_PYTHONQT_WRAP_QTSQL
  10. #cmakedefine CTK_PYTHONQT_WRAP_QTSVG
  11. #cmakedefine CTK_PYTHONQT_WRAP_QTUITOOLS
  12. #cmakedefine CTK_PYTHONQT_WRAP_QTWEBKIT
  13. #cmakedefine CTK_PYTHONQT_WRAP_QTXML
  14. #cmakedefine CTK_PYTHONQT_WRAP_QTXMLPATTERNS
  15. #endif