videoplayback/hbvideoplaybackview/tsrc/testmpxvideoplaybackfiledetailswidget/stub/inc/hbglobal.h
changeset 15 cf5481c2bc0b
equal deleted inserted replaced
2:dec420019252 15:cf5481c2bc0b
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  class for HbGlobal
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:   1 %
       
    19 
       
    20 
       
    21 
       
    22 #ifndef HBGLOBAL_H
       
    23 #define HBGLOBAL_H
       
    24 
       
    25 #include <QtGlobal>
       
    26 
       
    27 #ifdef BUILD_HB_CORE
       
    28 #    define HB_CORE_EXPORT Q_DECL_EXPORT
       
    29 #    define HB_CORE_PRIVATE_EXPORT Q_DECL_EXPORT
       
    30 #else
       
    31 #    define HB_CORE_EXPORT Q_DECL_IMPORT
       
    32 #    define HB_CORE_PRIVATE_EXPORT Q_DECL_IMPORT
       
    33 #endif // BUILD_HB_CORE
       
    34 
       
    35 #ifdef BUILD_HB_WIDGETS
       
    36 #    define HB_WIDGETS_EXPORT Q_DECL_EXPORT
       
    37 #    define HB_WIDGETS_PRIVATE_EXPORT Q_DECL_EXPORT
       
    38 #else
       
    39 #    define HB_WIDGETS_EXPORT Q_DECL_IMPORT
       
    40 #    define HB_WIDGETS_PRIVATE_EXPORT Q_DECL_IMPORT
       
    41 #endif // BUILD_HB_WIDGETS
       
    42 
       
    43 
       
    44 QString hbTrId( QString string, int n = -1 );
       
    45 
       
    46 
       
    47 #endif // HBGLOBAL_H