controlpanel/controlpanel_plat/inc/cpglobal.h
changeset 52 58cebe0861a8
parent 32 20bd089f4aaa
equal deleted inserted replaced
40:6465d5bb863a 52:58cebe0861a8
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors: 
    13 *
    13 *
    14 * Description:  
    14 * Description:  Common definitions for controlpanel
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef CP_GLOBAL_H
    18 #ifndef CPGLOBAL_H
    19 #define CP_GLOBAL_H
    19 #define CPGLOBAL_H
    20 
    20 
    21 #include <QtGlobal>
    21 #include <QtGlobal>
    22 
    22 
    23 #ifdef BUILD_CP_FRAMEWORK
    23 #ifdef BUILD_CP_FRAMEWORK
    24     #define CP_EXPORT Q_DECL_EXPORT
    24     #define CP_EXPORT Q_DECL_EXPORT