controlpanel/controlpanel_plat/inc/cpglobal.h
changeset 56 d9e9413f30c9
parent 18 e3554c9069b6
equal deleted inserted replaced
49:277e3324e775 56:d9e9413f30c9
     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