mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 00:35:46 -04:00
Achievements: Fix building Qt frontend with achievements disabled
This commit is contained in:

committed by
Connor McLaughlin

parent
dec28501ed
commit
ffa120d4e2
@ -1,6 +1,4 @@
|
||||
add_library(frontend-common
|
||||
achievements.cpp
|
||||
achievements.h
|
||||
common_host.cpp
|
||||
common_host.h
|
||||
fullscreen_ui.cpp
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user