QTfrontend/util/SDLInteraction.h
branchsdl2transition
changeset 9709 9315727c0f1d
parent 9701 7f6786625667
child 11362 ed5a6478e710
equal deleted inserted replaced
9707:c433e74da79b 9709:9315727c0f1d
    27 
    27 
    28 #include <QMap>
    28 #include <QMap>
    29 #include <QStringList>
    29 #include <QStringList>
    30 #include <QSize>
    30 #include <QSize>
    31 
    31 
       
    32 // workaround some strange Qt and SLD2 interaction
       
    33 #ifdef Q_OS_MAC
       
    34 #  ifdef MAC_OS_X_VERSION_MIN_REQUIRED
       
    35 #    undef MAC_OS_X_VERSION_MIN_REQUIRED
       
    36 #    define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_6
       
    37 #  endif
       
    38 #endif
    32 #include "SDL_mixer.h"
    39 #include "SDL_mixer.h"
    33 
    40 
    34 /**
    41 /**
    35  * @brief Class for interacting with SDL (used for music and keys)
    42  * @brief Class for interacting with SDL (used for music and keys)
    36  *
    43  *