controlpanelplugins/themeplugin/themeplugin.pro
changeset 31 e79ce701c376
parent 25 19394c261aa5
child 33 0cfa53de576f
equal deleted inserted replaced
25:19394c261aa5 31:e79ce701c376
    22 LIBS += -lcpframework
    22 LIBS += -lcpframework
    23 TRANSLATIONS = control_panel.ts
    23 TRANSLATIONS = control_panel.ts
    24 
    24 
    25 CONFIG += debug_and_release 
    25 CONFIG += debug_and_release 
    26 RESOURCES += themeplugin.qrc
    26 RESOURCES += themeplugin.qrc
       
    27 
       
    28 #comment this out if theme plugin should have
       
    29 #a preview view.
       
    30 DEFINES += CP_THEME_PREVIEW_DEFINED
    27 
    31 
    28 include (themeplugin.pri)
    32 include (themeplugin.pri)
    29 include (rom/themeplugin_rom.pri)
    33 include (rom/themeplugin_rom.pri)
    30 
    34 
    31 MOC_DIR = moc
    35 MOC_DIR = moc
    59 
    63 
    60 # Add the output dirs to the link path too
    64 # Add the output dirs to the link path too
    61 LIBS += -L$$DESTDIR
    65 LIBS += -L$$DESTDIR
    62 
    66 
    63 
    67 
       
    68 
    64 #For some reason the default include path doesn't include MOC_DIR on symbian
    69 #For some reason the default include path doesn't include MOC_DIR on symbian
    65 symbian {
    70 symbian {
    66     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    71     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    67     INCLUDEPATH += $$MOC_DIR
    72     INCLUDEPATH += $$MOC_DIR
    68     LIBS += -lcentralrepository
    73     LIBS += -lcentralrepository