mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-01 22:42:22 +00:00
(Qt) Turn ui_qt.cpp to ui_qt.c
This commit is contained in:
parent
4987cb3a86
commit
5c3d4eb4e5
@ -619,6 +619,10 @@ UI
|
||||
|
||||
#include "../ui/drivers/ui_null.c"
|
||||
|
||||
#ifdef HAVE_QT
|
||||
#include "../ui/drivers/ui_qt.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
MAIN
|
||||
============================================================ */
|
||||
|
@ -25,10 +25,6 @@
|
||||
#include <compat/posix_string.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_QT
|
||||
#include "../ui/drivers/ui_qt.cpp"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
AUDIO
|
||||
============================================================ */
|
||||
@ -75,4 +71,4 @@ FONTS
|
||||
|
||||
#if defined(HAVE_D3D9) && !defined(_XBOX)
|
||||
#include "../gfx/drivers_font/d3d_w32_font.cpp"
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user