filemanager/src/fmbkupenginewrapper/inc/fmbkupengine_global.h
branchRCL_3
changeset 38 491b3ed49290
equal deleted inserted replaced
36:95243422089a 38:491b3ed49290
       
     1 /*
       
     2  * Copyright (c) 2009 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  * 
       
    15  * Description:
       
    16  *      The header file of the backup engine wrapper export MACRO
       
    17  */
       
    18 
       
    19 #ifndef FMBKUPENGINE_GLOBAL_H
       
    20 #define FMBKUPENGINE_GLOBAL_H
       
    21 
       
    22 #include <QtCore/qglobal.h>
       
    23 
       
    24 #if defined(FMBKUPENGINE_LIBRARY)
       
    25 #  define FMBKUPENGINE_EXPORT Q_DECL_EXPORT
       
    26 #else
       
    27 #  if defined(FMBKUPENGINE_NO_LIBRARY)
       
    28 #    define FMBKUPENGINE_EXPORT
       
    29 #  else
       
    30 #    define FMBKUPENGINE_EXPORT Q_DECL_IMPORT
       
    31 #  endif
       
    32 #endif
       
    33 
       
    34 #endif // FMBKUPENGINE_GLOBAL_H