ctkScriptingPythonCoreConfigure.h.in 598 B

123456789101112131415161718192021222324
  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_QTNETWORK
  10. #cmakedefine CTK_PYTHONQT_WRAP_QTOPENGL
  11. #cmakedefine CTK_PYTHONQT_WRAP_QTSQL
  12. #cmakedefine CTK_PYTHONQT_WRAP_QTSVG
  13. #cmakedefine CTK_PYTHONQT_WRAP_QTUITOOLS
  14. #cmakedefine CTK_PYTHONQT_WRAP_QTWEBKIT
  15. #cmakedefine CTK_PYTHONQT_WRAP_QTXML
  16. #cmakedefine CTK_PYTHONQT_WRAP_QTXMLPATTERNS
  17. /// @}
  18. #endif