Skip to content
Snippets Groups Projects
  1. Feb 14, 2020
  2. Feb 09, 2020
  3. Jan 29, 2020
  4. Jan 23, 2020
  5. Jan 20, 2020
  6. Jan 19, 2020
  7. Jan 12, 2020
  8. Jan 03, 2020
  9. Nov 09, 2019
  10. Oct 10, 2019
  11. Oct 04, 2019
  12. Oct 02, 2019
  13. Sep 30, 2019
  14. Sep 26, 2019
  15. Sep 22, 2019
  16. Sep 21, 2019
  17. Sep 17, 2019
  18. Sep 10, 2019
  19. Sep 05, 2019
  20. Sep 04, 2019
  21. Sep 03, 2019
  22. Aug 09, 2019
    • Lioncash's avatar
      yuzu/CMakeLists: Remove qt5_wrap_ui macro usage · 5980aa1e
      Lioncash authored
      We can simply enable CMAKE_AUTOUIC and let CMake take care of handling
      the UI code generation for targets.
      
      As part of letting CMake automatically handle the header file parsing,
      we must not name includes with "ui_*" unless they're related to the
      output of the Qt UIC compiler. Because of this, we need to rename
      ui_settings, given it would conflict with this restriction.
      5980aa1e
Loading