accesssec_plat/eap_qt_configuration_api/inc/eapqtconfigdefs.h
changeset 27 9660a5eb236f
equal deleted inserted replaced
26:9abfd4f00d37 27:9660a5eb236f
       
     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 the License "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: 1 %
       
    22  */
       
    23 
       
    24 #ifndef EAPQTCONFIGDEFS_H_
       
    25 #define EAPQTCONFIGDEFS_H_
       
    26 
       
    27 #ifdef BUILD_EAP_QT_CONFIG_INTERFACE_DLL
       
    28 #define EAP_QT_CONFIG_INTERFACE_EXPORT Q_DECL_EXPORT
       
    29 #else
       
    30 #define EAP_QT_CONFIG_INTERFACE_EXPORT Q_DECL_IMPORT
       
    31 #endif
       
    32 
       
    33 #ifdef BUILD_EAP_QT_PLUGIN_INFO_DLL
       
    34 #define EAP_QT_PLUGIN_INFO_EXPORT Q_DECL_EXPORT
       
    35 #else
       
    36 #define EAP_QT_PLUGIN_INFO_EXPORT Q_DECL_IMPORT
       
    37 #endif
       
    38 
       
    39 
       
    40 #endif // EAPQTCONFIGDEFS_H_