Files
emulator/src
Zephyron 131f433638 Fix CMake MOC processing for updater files
Move updater files (updater_service.cpp, updater_service.h,
updater_dialog.cpp, updater_dialog.h, updater_dialog.ui) into
a WIN32 conditional block in CMakeLists.txt.

This prevents MOC from processing updater_service.h on non-Windows
platforms, resolving the class redefinition conflict between:
- The real QObject-derived UpdaterService class (Windows only)
- The stub UpdaterService class in updater_dialog.h (non-Windows)

The updater functionality is now properly restricted to Windows
platforms at the CMake build system level.
2025-09-21 16:16:15 +10:00
..
2025-08-23 18:53:24 +07:00
2025-07-22 21:37:37 +07:00
2025-07-22 21:37:37 +07:00
2022-07-27 12:53:49 +02:00