bluetoothengine/btui/btuimodel/btuimodel.pro
changeset 33 837dcc42fd6a
parent 19 43824b19ee35
child 41 0b2439c3e397
equal deleted inserted replaced
19:43824b19ee35 33:837dcc42fd6a
    24     ../inc
    24     ../inc
    25     
    25     
    26 CONFIG += qt \
    26 CONFIG += qt \
    27     hb \
    27     hb \
    28     dll
    28     dll
    29     
       
    30 HEADERS += btdevicedata.h \
    29 HEADERS += btdevicedata.h \
    31     btlocalsetting.h \
    30     btlocalsetting.h \
    32     btuimodel.h \
    31     ../inc/btsettingmodel.h \
    33     activewrapper.h
    32     ../inc/btdevicemodel.h \
       
    33     ../inc/btuimodelsortfilter.h \
       
    34     ../inc/btuiutil.h
       
    35     
    34 SOURCES += btdevicedata.cpp \
    36 SOURCES += btdevicedata.cpp \
    35     btlocalsetting.cpp \
    37     btlocalsetting.cpp \
    36     btuimodel.cpp \
    38     btsettingmodel.cpp \
    37     activewrapper.cpp
    39     btdevicemodel.cpp \
       
    40     btuimodelsortfilter.cpp
    38     
    41     
    39 symbian: { 
    42 symbian: { 
    40     SYMBIAN_PLATFORMS = WINSCW \
    43     SYMBIAN_PLATFORMS = WINSCW \
    41         ARMV5
    44         ARMV5
    42 	BLD_INF_RULES.prj_exports += "btuimodel.h |../inc/btuimodel.h"
       
    43 	
    45 	
    44     TARGET.EPOCALLOWDLLDATA = 1
    46     TARGET.EPOCALLOWDLLDATA = 1
    45     TARGET.UID3 = 0x2002434F
    47     TARGET.UID3 = 0x2002434F
    46     TARGET.CAPABILITY = CAP_GENERAL_DLL
    48     TARGET.CAPABILITY = CAP_GENERAL_DLL
    47     
    49