Achievements: Fix building Qt frontend with achievements disabled

This commit is contained in:
Spencer Alves
2022-11-12 18:20:25 -08:00
committed by Connor McLaughlin
parent dec28501ed
commit ffa120d4e2
5 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,4 @@
add_library(frontend-common
achievements.cpp
achievements.h
common_host.cpp
common_host.h
fullscreen_ui.cpp

View File

@ -11,6 +11,7 @@
#include "common/string_util.h"
#include "common/threading.h"
#include "common_host.h"
#include "core/achievements.h"
#include "core/bios.h"
#include "core/cheats.h"
#include "core/controller.h"

View File

@ -1,6 +1,5 @@
#include "imgui_overlays.h"
#include "IconsFontAwesome5.h"
#include "achievements.h"
#include "common/assert.h"
#include "common/file_system.h"
#include "common/log.h"