ui-elements.cmake 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. target_sources(
  2. obs-studio
  3. PRIVATE # cmake-format: sortable
  4. adv-audio-control.cpp
  5. adv-audio-control.hpp
  6. audio-encoders.cpp
  7. audio-encoders.hpp
  8. balance-slider.hpp
  9. clickable-label.hpp
  10. context-bar-controls.cpp
  11. context-bar-controls.hpp
  12. double-slider.cpp
  13. double-slider.hpp
  14. expand-checkbox.hpp
  15. focus-list.cpp
  16. focus-list.hpp
  17. horizontal-scroll-area.cpp
  18. horizontal-scroll-area.hpp
  19. hotkey-edit.cpp
  20. hotkey-edit.hpp
  21. item-widget-helpers.cpp
  22. item-widget-helpers.hpp
  23. lineedit-autoresize.cpp
  24. lineedit-autoresize.hpp
  25. locked-checkbox.cpp
  26. locked-checkbox.hpp
  27. log-viewer.cpp
  28. log-viewer.hpp
  29. media-controls.cpp
  30. media-controls.hpp
  31. media-slider.cpp
  32. media-slider.hpp
  33. menu-button.cpp
  34. menu-button.hpp
  35. mute-checkbox.hpp
  36. plain-text-edit.cpp
  37. plain-text-edit.hpp
  38. properties-view.cpp
  39. properties-view.hpp
  40. properties-view.moc.hpp
  41. record-button.cpp
  42. record-button.hpp
  43. remote-text.cpp
  44. remote-text.hpp
  45. scene-tree.cpp
  46. scene-tree.hpp
  47. screenshot-obj.hpp
  48. slider-absoluteset-style.cpp
  49. slider-absoluteset-style.hpp
  50. slider-ignorewheel.cpp
  51. slider-ignorewheel.hpp
  52. source-label.cpp
  53. source-label.hpp
  54. source-tree.cpp
  55. source-tree.hpp
  56. spinbox-ignorewheel.cpp
  57. spinbox-ignorewheel.hpp
  58. undo-stack-obs.cpp
  59. undo-stack-obs.hpp
  60. url-push-button.cpp
  61. url-push-button.hpp
  62. vertical-scroll-area.cpp
  63. vertical-scroll-area.hpp
  64. visibility-checkbox.cpp
  65. visibility-checkbox.hpp
  66. visibility-item-widget.cpp
  67. visibility-item-widget.hpp
  68. volume-control.cpp
  69. volume-control.hpp)