accesssec_plat/eap_qt_configuration_api/inc/eapqtconfigexport.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
child 55 9c2aa05919d9
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
     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  *   Export definition file for EAP QT configuration API
       
    16  *   headers
       
    17  *
       
    18  */
       
    19 
       
    20 /*
       
    21  * %version: 3 %
       
    22  */
       
    23 
       
    24 #ifndef EAPQTCONFIGEXPORT_H_
       
    25 #define EAPQTCONFIGEXPORT_H_
       
    26 
       
    27 #ifdef BUILD_EAP_QT_CONFIG_INTERFACE_DLL
       
    28 // the class gets exported
       
    29 #define EAP_QT_CONFIG_INTERFACE_EXPORT Q_DECL_EXPORT
       
    30 #else
       
    31 // the class gets imported (used)
       
    32 #define EAP_QT_CONFIG_INTERFACE_EXPORT Q_DECL_IMPORT
       
    33 #endif
       
    34 
       
    35 #ifdef BUILD_EAP_QT_PLUGIN_INFO_DLL
       
    36 // the class gets exported
       
    37 #define EAP_QT_PLUGIN_INFO_EXPORT Q_DECL_EXPORT
       
    38 #else
       
    39 // the class gets imported (used)
       
    40 #define EAP_QT_PLUGIN_INFO_EXPORT Q_DECL_IMPORT
       
    41 #endif
       
    42 
       
    43 #endif // EAPQTCONFIGEXPORT_H_