Manager/CMake: More thoroughly disable the update checker when no build number is present

This commit is contained in:
Alexander Babikov
2025-07-30 23:50:48 +05:00
parent 8915fa9263
commit 37481032ed
4 changed files with 25 additions and 13 deletions

View File

@@ -18,8 +18,6 @@
#ifndef QT_VMMANAGER_MAIN_H
#define QT_VMMANAGER_MAIN_H
#include "qt_updatecheck.hpp"
#include <QWidget>
#include "qt_vmmanager_model.hpp"
#include "qt_vmmanager_details.hpp"
@@ -31,6 +29,9 @@ extern "C" {
#include <86box/86box.h> // for vmm_path
}
#if EMU_BUILD_NUM != 0
# include "qt_updatecheck.hpp"
#endif
QT_BEGIN_NAMESPACE
namespace Ui { class VMManagerMain; }