Changeset 143 in tspsg-svn for trunk/src/globals.h


Ignore:
Timestamp:
Oct 13, 2010, 10:25:51 PM (14 years ago)
Author:
laleppa
Message:

Some small tweaks...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/globals.h

    r141 r143  
    3434        #error You are using Qt version < 4.5 but minimum required version is 4.5.0. Compilation aborted.
    3535#endif
    36 #ifdef QT_NO_SVG
     36#if defined(Q_WS_WINCE_WM) || defined(Q_WS_S60) || defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR)
     37        //! This is defined on handheld devices (e.g., Windows Mobile, Symbian).
     38        #define HANDHELD
     39        #define QT_NO_STATUSTIP
     40#endif
     41#include <QtGui>
     42#if defined(QT_NO_SVG) && !defined(NOSVG)
    3743        #define NOSVG
    3844#endif
    39 #include <QtGui>
    4045#if !defined(NOSVG)
    4146        #include <QtSvg>
    4247#endif // NOSVG
    43 
    44 #if defined(Q_WS_WINCE_WM) || defined(Q_WS_S60) || defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR)
    45         //! This is defined on handheld devices (e.g., Windows Mobile, Symbian).
    46         #define HANDHELD
    47 #endif
    4848
    4949#ifndef HANDHELD
Note: See TracChangeset for help on using the changeset viewer.