securitysettings/cpwlansecurityuiplugins/inc/cpwpacmnui_global.h
changeset 26 9abfd4f00d37
child 34 ad1f037f1ac2
equal deleted inserted replaced
25:e03a3db4489e 26:9abfd4f00d37
       
     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: Export Declaration for CpWpaCmnUi DLL - common Ui
       
    15  * for WPA/WPA2, WPA2 only and 802.1x  Security modes
       
    16  *    
       
    17  *
       
    18  */
       
    19 
       
    20 /*
       
    21  * %version: 5 %
       
    22  */
       
    23 #ifndef CPWPACMNUI_GLOBAL_H_
       
    24 #define CPWPACMNUI_GLOBAL_H_
       
    25 
       
    26 
       
    27 #include <QtCore/QtGlobal>
       
    28  
       
    29  //If WPAUI_LIBRARY macro is defined in the project file,
       
    30  //The dll is exported, 
       
    31  //otherwise, 
       
    32  //the dll will be imported(used)
       
    33  #if defined(WPAUI_LIBRARY)
       
    34  #define WPAUI_EXPORT Q_DECL_EXPORT
       
    35  #else
       
    36  #if defined(WPAUI_NO_LIBRARY)
       
    37  #define WPAUI_EXPORT
       
    38  #else
       
    39  #define WPAUI_EXPORT Q_DECL_IMPORT
       
    40  #endif
       
    41  #endif
       
    42 
       
    43 
       
    44 #endif //CPWPACMNUI_GLOBAL_H_