mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-22 17:46:08 -04:00
fix: make updater functionality conditional with CITRON_USE_AUTO_UPDATER option
- Add CITRON_USE_AUTO_UPDATER CMake option (default: OFF) - Move updater source files to conditional target_sources block - Add _WIN32 definition for proper moc processing on Windows - Fixes C2664 compilation error with UpdaterDialog::OnUpdateCompleted Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -43,6 +43,8 @@ option(CITRON_USE_QT_MULTIMEDIA "Use QtMultimedia for Camera" OFF)
|
||||
|
||||
option(CITRON_USE_QT_WEB_ENGINE "Use QtWebEngine for web applet implementation" OFF)
|
||||
|
||||
option(CITRON_USE_AUTO_UPDATER "Enable automatic updater functionality" OFF)
|
||||
|
||||
option(ENABLE_CUBEB "Enables the cubeb audio backend" ON)
|
||||
|
||||
option(ENABLE_OPENAL "Enables the OpenAL audio backend" ON)
|
||||
|
||||
Reference in New Issue
Block a user