Skip to content
  1. 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
  2. Jul 22, 2019
  3. Jul 21, 2019
  4. Jul 20, 2019
  5. Jul 18, 2019
  6. Jul 17, 2019
  7. Jul 16, 2019
  8. Jul 15, 2019
Loading