taskswitcherapp/runtimeplugins/tsdefaultruntimeplugin/tsdefaultruntimeplugin.pro
changeset 36 cdae8c6c3876
parent 35 f9ce957a272c
equal deleted inserted replaced
35:f9ce957a272c 36:cdae8c6c3876
    26 SOURCES +=  src/tsdefaultruntime.cpp \
    26 SOURCES +=  src/tsdefaultruntime.cpp \
    27             src/tsdefaultruntimeplugin.cpp \
    27             src/tsdefaultruntimeplugin.cpp \
    28 
    28 
    29 symbian {
    29 symbian {
    30     load(data_caging_paths) 
    30     load(data_caging_paths) 
    31     TARGET.EPOCALLOWDLLDATA = 1
       
    32     TARGET.CAPABILITY = ALL -TCB
       
    33 
    31 
    34     plugin.sources = tsdefaultruntimeplugin.dll
    32     plugin.sources = tsdefaultruntimeplugin.dll
    35     plugin.path = $$QT_PLUGINS_BASE_DIR     
    33     plugin.path = $$QT_PLUGINS_BASE_DIR     
    36     DEPLOYMENT += plugin 
    34     DEPLOYMENT += plugin 
    37 }
    35 }
       
    36 
       
    37 include(../../common.pri)