equal
deleted
inserted
replaced
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 path definitions for controlpanel |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #ifndef CPBASEPATH_H |
18 #ifndef CPBASEPATH_H |
19 #define CPBASEPATH_H |
19 #define CPBASEPATH_H |
20 |
20 |
21 #include <QLatin1String> |
21 #include <QLatin1String> |
22 |
22 |
|
23 /* |
|
24 CP_PLUGIN_PATH : path to place controlpanel plugin stub files (.qtplugin files) |
|
25 CP_PLUGIN_CONFIG_PATH: path to place controlpanel plugin configuration files (.cpcfg files) |
|
26 */ |
23 #ifdef Q_OS_SYMBIAN |
27 #ifdef Q_OS_SYMBIAN |
24 #define CP_PLUGIN_PATH QLatin1String("/resource/qt/plugins/controlpanel") |
28 #define CP_PLUGIN_PATH QLatin1String("/resource/qt/plugins/controlpanel") |
25 #define CP_PLUGIN_CONFIG_PATH QLatin1String("/resource/qt/plugins/controlpanel/config") |
29 #define CP_PLUGIN_CONFIG_PATH QLatin1String("/resource/qt/plugins/controlpanel/config") |
26 #else |
30 #else |
27 #ifdef _DEBUG |
31 #ifdef _DEBUG |