javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/eswt_widgets.pri
changeset 48 e0d6e9bd3ca7
parent 35 85266cc22c7f
child 56 abc41079b313
equal deleted inserted replaced
47:f40128debb5d 48:e0d6e9bd3ca7
    52 
    52 
    53 ##### Symbian specific items ######
    53 ##### Symbian specific items ######
    54 symbian {
    54 symbian {
    55     CONFIG += mobility
    55     CONFIG += mobility
    56     MOBILITY += bearer
    56     MOBILITY += bearer
    57     
    57 
       
    58     CONFIG +=hb
    58     HEADERS += \
    59     HEADERS += \
    59         swts60.h \
    60         swts60.h \
    60     	swtmobiledevice.h \
    61         swtmobiledevice.h \
    61         swtflipwatch.h
    62         swtflipwatch.h
    62     
    63 
    63     SOURCES += \
    64     SOURCES += \
    64         swts60.cpp \
    65         swts60.cpp \
    65     	swtmobiledevice.cpp \
    66         swtmobiledevice.cpp \
    66         swtflipwatch.cpp
    67         swtflipwatch.cpp
    67         
    68 
    68     LIBS += \
    69     LIBS += \
    69         -leikcore \
    70         -leikcore \
    70         -lapparc \
    71         -lapparc \
    71         -lavkon \
       
    72         -lefsrv \
    72         -lefsrv \
    73         -lcone \
    73         -lcone \
       
    74         -lavkon \
    74         -leikcoctl \
    75         -leikcoctl \
    75         -lapgrfx \
    76         -lapgrfx \
    76         -lHWRMVibraClient \
    77         -lHWRMVibraClient \
    77         -lHWRMLightClient \
    78         -lHWRMLightClient \
    78         -lxqservice \
    79         -lxqservice \
    79         -lxqtelephonyservice \
    80         -lxqtelephonyservice \
    80         -lQtContacts \
    81         -lQtContacts \
    81         -lhal \
    82         -lhal \
    82         -lws32 \
    83         -lws32 \
    83         -lgdi
    84         -lgdi \
       
    85         -lHbCore \
       
    86         -lfbscli
    84 }
    87 }