(Qt) Turn ui_qt.cpp to ui_qt.c

This commit is contained in:
Twinaphex 2015-04-13 10:47:02 +02:00
parent 4987cb3a86
commit 5c3d4eb4e5
3 changed files with 5 additions and 5 deletions

View File

@ -619,6 +619,10 @@ UI
#include "../ui/drivers/ui_null.c"
#ifdef HAVE_QT
#include "../ui/drivers/ui_qt.c"
#endif
/*============================================================
MAIN
============================================================ */

View File

@ -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