ctkScriptingPythonCoreConfigure.h.in 732 B

123456789101112131415161718192021222324252627
  1. #ifndef __ctkScriptingPythonCoreConfigure_h
  2. #define __ctkScriptingPythonCoreConfigure_h
  3. /// \ingroup Scripting_Python_Core
  4. ///
  5. /// Here is where system computed values get stored
  6. /// {@
  7. #cmakedefine CTK_PYTHONQT_WRAP_QTCORE
  8. #cmakedefine CTK_PYTHONQT_WRAP_QTGUI
  9. #cmakedefine CTK_PYTHONQT_WRAP_QTWIDGETS
  10. #cmakedefine CTK_PYTHONQT_WRAP_QTNETWORK
  11. #cmakedefine CTK_PYTHONQT_WRAP_QTOPENGL
  12. #cmakedefine CTK_PYTHONQT_WRAP_QTPRINTSUPPORT
  13. #cmakedefine CTK_PYTHONQT_WRAP_QTSQL
  14. #cmakedefine CTK_PYTHONQT_WRAP_QTSVG
  15. #cmakedefine CTK_PYTHONQT_WRAP_QTUITOOLS
  16. #cmakedefine CTK_PYTHONQT_WRAP_QTWEBKIT
  17. #cmakedefine CTK_PYTHONQT_WRAP_QTWEBKITWIDGETS
  18. #cmakedefine CTK_PYTHONQT_WRAP_QTXML
  19. #cmakedefine CTK_PYTHONQT_WRAP_QTXMLPATTERNS
  20. /// @}
  21. #endif