controlpanelplugins/themeplugin/themeplugin.pro
branchGCC_SURGE
changeset 27 848a3adde87f
parent 25 19394c261aa5
child 29 313976a11e23
child 40 593f946f4fec
equal deleted inserted replaced
16:8c9427577f2a 27:848a3adde87f
    63 
    63 
    64 #For some reason the default include path doesn't include MOC_DIR on symbian
    64 #For some reason the default include path doesn't include MOC_DIR on symbian
    65 symbian {
    65 symbian {
    66     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    66     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    67     INCLUDEPATH += $$MOC_DIR
    67     INCLUDEPATH += $$MOC_DIR
       
    68     LIBS += -lcentralrepository
    68     TARGET.CAPABILITY = ALL -TCB
    69     TARGET.CAPABILITY = ALL -TCB
    69     TARGET.EPOCALLOWDLLDATA = 1
    70     TARGET.EPOCALLOWDLLDATA = 1
    70     TARGET.UID3 = 0X2002C2F3
    71     TARGET.UID3 = 0X2002C2F3
    71 }
    72 }
    72 
    73