emailservices/nmutilities/inc/emailutilitiesdef.h
changeset 23 2dc6caa42ec3
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef EMAILUTILITIESDEF_H_
       
    19 #define EMAILUTILITIESDEF_H_
       
    20 
       
    21 #include <QtGlobal>
       
    22 
       
    23 #if defined(Q_OS_WIN)
       
    24 #define EMAIL_UTILITIES_EXPORT __declspec(dllexport)
       
    25 #else
       
    26 
       
    27 #if defined(BUILD_UTILITIES_DLL)
       
    28 #define EMAIL_UTILITIES_EXPORT Q_DECL_EXPORT
       
    29 #else
       
    30 #define EMAIL_UTILITIES_EXPORT Q_DECL_IMPORT
       
    31 #endif /* BUILD_UTILITIES_DLL */
       
    32 
       
    33 #endif /* Q_OS_WIN */
       
    34 
       
    35 #endif /* EMAILUTILITIESDEF_H_ */