javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/eswt_widgets.pri
changeset 21 2a9601315dfc
child 23 98ccebc37403
equal deleted inserted replaced
18:e8e63152f320 21:2a9601315dfc
       
     1 #*******************************************************************************
       
     2 # Copyright (c) 2008, 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved. This program and the accompanying materials
       
     4 # are made available under the terms of the Eclipse Public License v1.0
       
     5 # which accompanies this distribution, and is available at
       
     6 # http://www.eclipse.org/legal/epl-v10.html
       
     7 #
       
     8 # Contributors:
       
     9 #     Nokia Corporation - initial implementation
       
    10 #*******************************************************************************
       
    11 
       
    12 INCLUDEPATH += $$PWD
       
    13 DEPENDPATH += $$PWD
       
    14 
       
    15 HEADERS += eventcallback.h \
       
    16     slotcallback.h \
       
    17     swtlog.h \
       
    18     jniutils.h \
       
    19     swt.h \
       
    20     autorelease.h \
       
    21     listdatamodel.h \
       
    22     qcaptionedwidget.h \
       
    23     qswttimeedit.h \
       
    24     qtasktipbar.h \
       
    25     swtapplication.h \
       
    26     qswttabwidget.h \
       
    27     execexceptionhandler.h \
       
    28     swtfontcache.h \
       
    29     swtbufferflushevent.h
       
    30 
       
    31 
       
    32 
       
    33 SOURCES += eventcallback.cpp \
       
    34     slotcallback.cpp \
       
    35     os.cpp \
       
    36     swtlog.cpp \
       
    37     jniutils.cpp \
       
    38     listdatamodel.cpp \
       
    39     qcaptionedwidget.cpp \
       
    40     qswttimeedit.cpp \
       
    41     qtasktipbar.cpp \
       
    42     swtapplication.cpp \
       
    43     qswttabwidget.cpp \
       
    44     swtfontcache.cpp
       
    45 
       
    46 ##### Symbian specific items ######
       
    47 symbian {
       
    48 
       
    49 HEADERS += swts60.h \
       
    50 	swtmobiledevice.h \
       
    51     swtflipwatch.h
       
    52 
       
    53 SOURCES += swts60.cpp \
       
    54 	swtmobiledevice.cpp \
       
    55     swtflipwatch.cpp
       
    56     
       
    57 LIBS += -leikcore
       
    58 LIBS += -lapparc
       
    59 LIBS += -lavkon
       
    60 LIBS += -lefsrv
       
    61 LIBS += -lcone
       
    62 LIBS += -leikcoctl
       
    63 LIBS += -lapgrfx
       
    64 LIBS += -lHWRMVibraClient
       
    65 LIBS += -lHWRMLightClient
       
    66 LIBS += -lxqservice
       
    67 LIBS += -lQtContacts
       
    68 
       
    69 }