javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/eswt_widgets.pri
changeset 35 85266cc22c7f
parent 23 98ccebc37403
child 48 e0d6e9bd3ca7
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
     7 #
     7 #
     8 # Contributors:
     8 # Contributors:
     9 #     Nokia Corporation - initial implementation
     9 #     Nokia Corporation - initial implementation
    10 #*******************************************************************************
    10 #*******************************************************************************
    11 
    11 
       
    12 QT += core \
       
    13       gui
       
    14 
       
    15 DEFINES += SWTQT_LIBRARY
       
    16 
    12 INCLUDEPATH += $$PWD
    17 INCLUDEPATH += $$PWD
    13 DEPENDPATH += $$PWD
    18 DEPENDPATH += $$PWD
    14 
    19 
    15 HEADERS += eventcallback.h \
    20 HEADERS += \
       
    21     eventcallback.h \
    16     slotcallback.h \
    22     slotcallback.h \
    17     swtlog.h \
    23     swtlog.h \
    18     jniutils.h \
    24     jniutils.h \
    19     swt.h \
    25     swt.h \
       
    26     swterror.h \
    20     autorelease.h \
    27     autorelease.h \
    21     listdatamodel.h \
    28     listdatamodel.h \
    22     qcaptionedwidget.h \
    29     qcaptionedwidget.h \
    23     qswttimeedit.h \
    30     qswttimeedit.h \
    24     qtasktipbar.h \
    31     qtasktipbar.h \
    25     swtapplication.h \
    32     swtapplication.h \
    26     qswttabwidget.h \
    33     qswttabwidget.h \
    27     execexceptionhandler.h \
    34     execexceptionhandler.h \
    28     swtfontcache.h \
    35     swtfontcache.h \
    29     swtbufferflushevent.h
    36     swtbufferflushevent.h \
       
    37     swtexport.h
    30 
    38 
    31 
    39 SOURCES += \
    32 
    40     eventcallback.cpp \
    33 SOURCES += eventcallback.cpp \
       
    34     slotcallback.cpp \
    41     slotcallback.cpp \
    35     os.cpp \
    42     os.cpp \
    36     swtlog.cpp \
    43     swtlog.cpp \
    37     jniutils.cpp \
    44     jniutils.cpp \
    38     listdatamodel.cpp \
    45     listdatamodel.cpp \
    43     qswttabwidget.cpp \
    50     qswttabwidget.cpp \
    44     swtfontcache.cpp
    51     swtfontcache.cpp
    45 
    52 
    46 ##### Symbian specific items ######
    53 ##### Symbian specific items ######
    47 symbian {
    54 symbian {
    48 
    55     CONFIG += mobility
    49 CONFIG += mobility
    56     MOBILITY += bearer
    50 MOBILITY += bearer
       
    51 
       
    52 HEADERS += swts60.h \
       
    53 	swtmobiledevice.h \
       
    54     swtflipwatch.h
       
    55 
       
    56 SOURCES += swts60.cpp \
       
    57 	swtmobiledevice.cpp \
       
    58     swtflipwatch.cpp
       
    59     
    57     
    60 LIBS += -leikcore
    58     HEADERS += \
    61 LIBS += -lapparc
    59         swts60.h \
    62 LIBS += -lavkon
    60     	swtmobiledevice.h \
    63 LIBS += -lefsrv
    61         swtflipwatch.h
    64 LIBS += -lcone
    62     
    65 LIBS += -leikcoctl
    63     SOURCES += \
    66 LIBS += -lapgrfx
    64         swts60.cpp \
    67 LIBS += -lHWRMVibraClient
    65     	swtmobiledevice.cpp \
    68 LIBS += -lHWRMLightClient
    66         swtflipwatch.cpp
    69 LIBS += -lxqservice
    67         
    70 LIBS += -lxqtelephonyservice
    68     LIBS += \
    71 LIBS += -lQtContacts
    69         -leikcore \
    72 
    70         -lapparc \
       
    71         -lavkon \
       
    72         -lefsrv \
       
    73         -lcone \
       
    74         -leikcoctl \
       
    75         -lapgrfx \
       
    76         -lHWRMVibraClient \
       
    77         -lHWRMLightClient \
       
    78         -lxqservice \
       
    79         -lxqtelephonyservice \
       
    80         -lQtContacts \
       
    81         -lhal \
       
    82         -lws32 \
       
    83         -lgdi
    73 }
    84 }