securitysettings/cpwlansecurityuiplugins/cpwpacmnui/inc/cpwpacmnui_global.h
branchGCC_SURGE
changeset 40 60f08993dad0
parent 29 77618ad58aba
parent 39 fe6b6762fccd
equal deleted inserted replaced
29:77618ad58aba 40:60f08993dad0
     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  *    
       
    16  *
       
    17  */
       
    18 
       
    19 /*
       
    20  * %version: 5 %
       
    21  */
       
    22 #ifndef CPWPACMNUI_GLOBAL_H_
       
    23 #define CPWPACMNUI_GLOBAL_H_
       
    24 
       
    25 
       
    26 #include <QtCore/QtGlobal>
       
    27  
       
    28  #if defined(WPAUI_LIBRARY)
       
    29  #define WPAUI_EXPORT Q_DECL_EXPORT
       
    30  #else
       
    31  #if defined(WPAUI_NO_LIBRARY)
       
    32  #define WPAUI_EXPORT
       
    33  #else
       
    34  #define WPAUI_EXPORT Q_DECL_IMPORT
       
    35  #endif
       
    36  #endif
       
    37 
       
    38 
       
    39 #endif //CPWPACMNUI_GLOBAL_H_