controlpanel/controlpanel_plat/inc/cpbasepath.h
changeset 43 3341fe7c643a
parent 21 851e19007849
child 52 58cebe0861a8
equal deleted inserted replaced
42:9aa586a731eb 43:3341fe7c643a
    31         #define CP_PLUGIN_PATH QLatin1String("/ControlPanel/release/bin")
    31         #define CP_PLUGIN_PATH QLatin1String("/ControlPanel/release/bin")
    32         #define CP_PLUGIN_CONFIG_PATH QLatin1String("/ControlPanel/release/bin/config")
    32         #define CP_PLUGIN_CONFIG_PATH QLatin1String("/ControlPanel/release/bin/config")
    33     #endif
    33     #endif
    34 #endif 
    34 #endif 
    35 
    35 
    36 #ifdef Q_OS_SYMBIAN
       
    37     #ifdef __WINS__
       
    38         #define CP_RESOURCE_PATH QLatin1String("C:/resource/controlpanel")
       
    39     #else
       
    40         #define CP_RESOURCE_PATH QLatin1String("Z:/resource/controlpanel")
       
    41     #endif
       
    42 #else 
       
    43     #ifdef _DEBUG
       
    44         #define CP_RESOURCE_PATH QLatin1String("C:/controlpanel/debug/resource")
       
    45     #else
       
    46         #define CP_RESOURCE_PATH QLatin1String("C:/controlpanel/release/resource")
       
    47     #endif
       
    48 #endif 
       
    49 
       
    50 #define WIDGETML_SUB_PATH QLatin1String("widgetml")
       
    51 #define ICON_SUB_PATH     QLatin1String("icon")
       
    52 
    36 
    53 #endif  //CPBASEPATH_H
    37 #endif  //CPBASEPATH_H
    54 
    38 
    55 //End of File
    39 //End of File
    56 
    40