bluetoothengine/btui/btcpplugin/btcpplugin.pro
changeset 42 b72428996822
parent 31 a0ea99b6fa53
child 57 5ebadcda06cb
equal deleted inserted replaced
32:19bd632b5100 42:b72428996822
    17 TEMPLATE = lib
    17 TEMPLATE = lib
    18 TARGET = btcpplugin
    18 TARGET = btcpplugin
    19 DEPENDPATH += .
    19 DEPENDPATH += .
    20 INCLUDEPATH += . ../inc/
    20 INCLUDEPATH += . ../inc/
    21 
    21 
    22 
       
    23 CONFIG += qt hb plugin
    22 CONFIG += qt hb plugin
    24 LIBS += -lcpframework -lbtuimodel -lbtuidelegate
    23 LIBS += -lcpframework -lbtuimodel -lbtuidelegate
    25 
    24 
    26 MOC_DIR = moc
    25 MOC_DIR = moc
    27 OBJECTS_DIR = obj
    26 OBJECTS_DIR = obj
    28 
    27 
    29 #TRANSLATIONS = telephone_cp.ts
    28 TRANSLATIONS += btviews.ts \
       
    29                 btdialogs.ts \
       
    30                 btindimenu.ts
    30 RESOURCES += btcpplugin.qrc
    31 RESOURCES += btcpplugin.qrc
    31 
    32 
    32 # Input
    33 # Input
    33 HEADERS += btcpplugin.h \
    34 HEADERS += btcpuidevicedetailsview.h\
    34            btcpuibaseview.h \
    35 	btcpuimainlistviewitem.h \
    35            btcpuimainview.h \
    36 	btcpuisearchlistviewitem.h \
    36            btcpuisearchview.h \
    37     btcpplugin.h \
    37 	   btcpuideviceview.h \
    38     btcpuibaseview.h \
    38            btcpuisettingitem.h \
    39     btcpuimainview.h \
    39            btuiviewutil.h 
    40     btcpuisearchview.h \
    40 
    41     btcpuideviceview.h \
    41 SOURCES += btcpplugin.cpp \
    42     btcpuisettingitem.h \
    42            btcpuibaseview.cpp \
    43     btuiviewutil.h \
    43            btcpuimainview.cpp \
    44     btcpuidevicedetail.h
    44            btcpuisearchview.cpp \
    45 SOURCES += btcpuidevicedetailsview.cpp \
    45 	   btcpuideviceview.cpp \
    46 	btcpuimainlistviewitem.cpp \
    46            btcpuisettingitem.cpp
    47 	btcpuisearchlistviewitem.cpp \
    47            
    48     btcpplugin.cpp \
    48 symbian: {
    49     btcpuibaseview.cpp \
       
    50     btcpuimainview.cpp \
       
    51     btcpuisearchview.cpp \
       
    52     btcpuideviceview.cpp \
       
    53     btcpuisettingitem.cpp \
       
    54     btcpuidevicedetail.cpp
       
    55 symbian: { 
    49     DEFINES += PLUGINUID3=0x2002434E
    56     DEFINES += PLUGINUID3=0x2002434E
    50     TARGET.UID3 = 0x2002434E
    57     TARGET.UID3 = 0x2002434E
    51     TARGET.CAPABILITY = ALL -TCB
    58     TARGET.CAPABILITY = ALL -TCB
    52     
    59     
    53     TARGET.EPOCALLOWDLLDATA = 1  
    60     TARGET.EPOCALLOWDLLDATA = 1  
    54 	INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    61 	INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    62 	
       
    63     LIBS += -lbtdevice \
       
    64     		-lbtdevsettingframework
    55     
    65     
    56 	PLUGIN_STUB_PATH = /resource/qt/plugins/controlpanel
    66 	PLUGIN_STUB_PATH = /resource/qt/plugins/controlpanel
    57 	
    67 	
    58 	deploy.path = C:
    68 	deploy.path = C:
    59 	pluginstub.sources = $${TARGET}.dll
    69 	pluginstub.sources = $${TARGET}.dll