src/hbservers/hbthemeserver/hbthemeserver.pro
changeset 6 c3690ec91ef8
parent 3 11d3954df52a
child 7 923ff622b8b9
equal deleted inserted replaced
5:627c4a0fd0e7 6:c3690ec91ef8
    96     TARGET.UID3 = 0x20022E82
    96     TARGET.UID3 = 0x20022E82
    97     TARGET.EPOCHEAPSIZE = 0x20000 0xA00000
    97     TARGET.EPOCHEAPSIZE = 0x20000 0xA00000
    98 
    98 
    99     # AllFiles is needed to be able to access icon and effect files in
    99     # AllFiles is needed to be able to access icon and effect files in
   100     # an application's private folder for example.
   100     # an application's private folder for example.
   101     TARGET.CAPABILITY = CAP_SERVER AllFiles
   101     TARGET.CAPABILITY = CAP_SERVER AllFiles ProtServ
   102     # TARGET.CAPABILITY += ProtServ TrustedUI
   102     
   103 
       
   104 } else {
   103 } else {
   105     SOURCES  += $$PWD/hbthemeserver_generic.cpp
   104     SOURCES  += $$PWD/hbthemeserver_generic.cpp
   106     HEADERS += $$PWD/hbthemeserver_generic_p_p.h
   105     HEADERS += $$PWD/hbthemeserver_generic_p_p.h
   107 }
   106 }
   108 
   107