Changeset 0edec5a2ae in tspsg for src/globals.h


Ignore:
Timestamp:
Mar 31, 2013, 1:46:32 PM (11 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10
Children:
aa64ad4082
Parents:
b5a996bd47
git-author:
Oleksii Serdiuk <contacts@…> (03/31/13 13:46:32)
git-committer:
Oleksii Serdiuk <contacts@…> (03/31/13 13:54:16)
Message:

Created BlackBerry? 10 packaging rules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/globals.h

    rb5a996bd47 r0edec5a2ae  
    3434#   error You are using Qt version < 4.5 but minimum required version is 4.5.0. Compilation aborted.
    3535#endif
    36 #if defined(Q_WS_WINCE_WM) || defined(Q_WS_S60) || defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR)
     36#if defined(Q_WS_WINCE_WM) || defined(Q_WS_S60) || defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR) || defined(Q_OS_BLACKBERRY)
    3737    //! This is defined on handheld devices (e.g., Windows Mobile, Symbian).
    3838#   define HANDHELD
Note: See TracChangeset for help on using the changeset viewer.