btservices_plat/bt_remote_device_setting_api/inc/btdevsettingglobal.h
branchRCL_3
changeset 23 9386f31cc85b
parent 22 613943a21004
child 24 269724087bed
equal deleted inserted replaced
22:613943a21004 23:9386f31cc85b
     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 "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 #ifndef BTDEVSETTINGGLOBAL_H
       
    19 #define BTDEVSETTINGGLOBAL_H
       
    20 
       
    21 #include <QtGlobal>
       
    22 
       
    23 #ifdef BUILD_BTDEVSETTINGFRAMEWORK
       
    24 #define BTDEVSETTINGINTERFACE_EXPORT Q_DECL_EXPORT
       
    25 #else
       
    26 #define BTDEVSETTINGINTERFACE_EXPORT Q_DECL_IMPORT
       
    27 #endif
       
    28 
       
    29 #define BTDEVSETTING_PLUGIN_PATH QLatin1String("/resource/qt/plugins/btdevsetting")
       
    30 
       
    31 #endif /* BTDEVSETTINGGLOBAL_H */