emailuis/nmsettingui/inc/nmsettinguidef.h
author hgs
Thu, 05 Aug 2010 21:09:09 +0300
changeset 57 ae34e1715e21
parent 20 ecc8def7944a
permissions -rw-r--r--
201031

/*
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/

#ifndef NMAILSETTINGUIDEF_H
#define NMAILSETTINGUIDEF_H

#include <QtGlobal>

#if defined(Q_OS_WIN)
    #define NMAILSETTINGUI_EXPORT __declspec(dllexport)
#else
    #if defined(BUILD_NMAILSETTINGUI_DLL)
        #define NMAILSETTINGUI_EXPORT Q_DECL_EXPORT
    #else
        #define NMAILSETTINGUI_EXPORT Q_DECL_IMPORT
    #endif
#endif

#if defined(TEST_BUILD_NMAILSETTINGUI_DLL)
    #ifdef NMAILSETTINGUI_EXPORT
        #undef NMAILSETTINGUI_EXPORT
    #endif

    #define NMAILSETTINGUI_EXPORT
#endif

#endif // NMAILSETTINGUIDEF_H