The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.2KB

  1. /*
  2. IMPORTANT! This file is auto-generated each time you save your
  3. project - if you alter its contents, your changes may be overwritten!
  4. If you want to change any of these values, use the Introjucer to do so,
  5. rather than editing this file directly!
  6. Any commented-out settings will assume their default values.
  7. */
  8. #ifndef __JUCE_APPCONFIG_M70QFTRRK__
  9. #define __JUCE_APPCONFIG_M70QFTRRK__
  10. //==============================================================================
  11. #define JUCE_MODULE_AVAILABLE_juce_core 1
  12. #define JUCE_MODULE_AVAILABLE_juce_cryptography 1
  13. #define JUCE_MODULE_AVAILABLE_juce_data_structures 1
  14. #define JUCE_MODULE_AVAILABLE_juce_events 1
  15. #define JUCE_MODULE_AVAILABLE_juce_graphics 1
  16. #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
  17. #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1
  18. //==============================================================================
  19. // juce_core flags:
  20. #ifndef JUCE_FORCE_DEBUG
  21. //#define JUCE_FORCE_DEBUG
  22. #endif
  23. #ifndef JUCE_LOG_ASSERTIONS
  24. //#define JUCE_LOG_ASSERTIONS
  25. #endif
  26. #ifndef JUCE_CHECK_MEMORY_LEAKS
  27. //#define JUCE_CHECK_MEMORY_LEAKS
  28. #endif
  29. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  30. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  31. #endif
  32. //==============================================================================
  33. // juce_graphics flags:
  34. #ifndef JUCE_USE_COREIMAGE_LOADER
  35. #define JUCE_USE_COREIMAGE_LOADER 0
  36. #endif
  37. #ifndef JUCE_USE_DIRECTWRITE
  38. //#define JUCE_USE_DIRECTWRITE
  39. #endif
  40. //==============================================================================
  41. // juce_gui_basics flags:
  42. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  43. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  44. #endif
  45. #ifndef JUCE_USE_XSHM
  46. //#define JUCE_USE_XSHM
  47. #endif
  48. #ifndef JUCE_USE_XRENDER
  49. //#define JUCE_USE_XRENDER
  50. #endif
  51. #ifndef JUCE_USE_XCURSOR
  52. //#define JUCE_USE_XCURSOR
  53. #endif
  54. //==============================================================================
  55. // juce_gui_extra flags:
  56. #ifndef JUCE_WEB_BROWSER
  57. //#define JUCE_WEB_BROWSER
  58. #endif
  59. #endif // __JUCE_APPCONFIG_M70QFTRRK__