QTfrontend/ui/widget/about.cpp
changeset 9650 1c7c87ce37fd
parent 9337 c9d4daae1dee
child 9653 327d98e165e2
equal deleted inserted replaced
9649:2d30721b1a11 9650:1c7c87ce37fd
    26 #include <QMessageBox>
    26 #include <QMessageBox>
    27 #include <QNetworkReply>
    27 #include <QNetworkReply>
    28 #include <QDebug>
    28 #include <QDebug>
    29 #include "hwconsts.h"
    29 #include "hwconsts.h"
    30 #include "SDLInteraction.h"
    30 #include "SDLInteraction.h"
       
    31 #if SDL_VERSION_ATLEAST(2, 0, 0)
       
    32 #include "SDL2/SDL.h"
       
    33 #include "SDL2/SDL_version.h"
       
    34 #else
    31 #include "SDL.h"
    35 #include "SDL.h"
    32 #include "SDL_version.h"
    36 #include "SDL_version.h"
       
    37 #endif
    33 #include "physfs.h"
    38 #include "physfs.h"
    34 
    39 
    35 #ifdef VIDEOREC
    40 #ifdef VIDEOREC
    36 extern "C"
    41 extern "C"
    37 {
    42 {