equal
deleted
inserted
replaced
14 # Description: |
14 # Description: |
15 # |
15 # |
16 |
16 |
17 |
17 |
18 TEMPLATE = lib |
18 TEMPLATE = lib |
19 CONFIG += plugin hb mobility console |
19 CONFIG += plugin hb mobility console hs_public_plugin |
20 MOBILITY = serviceframework |
20 MOBILITY = serviceframework |
21 |
21 |
22 PLUGIN_SUBDIR = /hsresources/plugins/homescreenclientplugin |
22 PLUGIN_SUBDIR = /resource/qt/plugins |
23 |
23 |
24 include (../common.pri) |
24 include (../common.pri) |
25 |
25 |
26 DEPENDPATH += ./inc \ |
26 DEPENDPATH += ./inc \ |
27 ./src |
27 ./src |
28 |
28 |
29 INCLUDEPATH += ./inc |
29 INCLUDEPATH += ./inc |
30 |
30 |
31 symbian: { |
31 symbian: { |
32 TARGET.UID3 = 0x20022F72 |
32 TARGET.UID3 = 0x20022F72 |
33 LIBS += -lxqservice |
33 LIBS += -lxqservice |
|
34 LIBS += -lxqserviceutil |
34 } |
35 } |
35 |
36 |
36 win32: { |
37 win32: { |
37 error("Only Symbian supported!") |
38 error("Only Symbian supported!") |
38 } |
39 } |