rcsimengine/inc/rcschatengine_globals.h
changeset 0 59dfe4ae66d0
equal deleted inserted replaced
-1:000000000000 0:59dfe4ae66d0
       
     1 /*
       
     2 * Copyright (c) 2009-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 * Initial Contributors:
       
     9 * Nokia Corporation - initial contribution.
       
    10 * Contributors:
       
    11 *
       
    12 * Description:
       
    13 * RCS IM Library - Initial version
       
    14 *
       
    15 */
       
    16 
       
    17 
       
    18 #ifndef RCSCHATENGINE_GLOBAL_H
       
    19 #define RCSCHATENGINE_GLOBAL_H
       
    20 
       
    21 #include <Qt/qglobal.h>
       
    22 
       
    23 
       
    24 #ifdef RCSCHATENGINE_LIB
       
    25     #define RCSCHATENGINE_EXPORT Q_DECL_EXPORT
       
    26 #else
       
    27     #ifdef RCSCHATENGINE_TEST
       
    28         #define RCSCHATENGINE_EXPORT
       
    29     #else
       
    30         #define RCSCHATENGINE_EXPORT Q_DECL_IMPORT
       
    31     #endif  
       
    32 #endif
       
    33 
       
    34 
       
    35 #endif