ctkScriptingPythonCoreConfigure.h.in 552 B

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