messagingapp/msgui/unifiedviewer/unifiedviewer.pro
changeset 31 ebfee66fde93
child 34 84197e66a4bd
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = unifiedviewer
       
    19 DEFINES += BUILD_UNI_VIEWER_DLL
       
    20 
       
    21 DEPENDPATH += . src inc ../inc
       
    22 
       
    23 INCLUDEPATH += .
       
    24 INCLUDEPATH += ../../../inc
       
    25 INCLUDEPATH += ../appengine/inc
       
    26 INCLUDEPATH += ../msguiutils/inc
       
    27 INCLUDEPATH += . ../../msgutils/unieditorutils/editorgenutils/inc
       
    28 INCLUDEPATH += . ../../msgutils/s60qconversions/inc
       
    29 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 #QMAKE_CXXFLAGS.ARMCC -= --no_hide_all
       
    32 
       
    33 #UID3
       
    34 TARGET.UID3 = 0x2002432B
       
    35 
       
    36 # Capability
       
    37 TARGET.CAPABILITY = All -TCB
       
    38 TARGET.EPOCALLOWDLLDATA = 1
       
    39 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
       
    40 
       
    41 CONFIG += hb
       
    42 HB += hbfeedback
       
    43 
       
    44 # Platforms
       
    45 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    46 
       
    47 # Build.inf rules
       
    48 BLD_INF_RULES.prj_exports += \
       
    49      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    50      "rom/unifiedviewer.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(unifiedviewer.iby)"
       
    51 
       
    52 # Input
       
    53 HEADERS += inc/unifiedviewer.h \
       
    54            inc/unicontentswidget.h \
       
    55 #           inc/unihighlighter.h \
       
    56            inc/univiewerfeeder.h \
       
    57            inc/univiewerfeeder_p.h \
       
    58            inc/univiewslidewidget.h \
       
    59            inc/uniscrollarea.h \
       
    60            ../inc/msgbaseview.h \
       
    61            inc/univiewerbodywidget.h \
       
    62            inc/univiewerdetailswidget.h \
       
    63            inc/univieweraddresswidget.h \
       
    64            inc/univieweraddresscontainer.h \
       
    65            inc/univiewermediawidget.h \
       
    66            inc/univiewerattachmentcontainer.h \
       
    67            inc/univiewertextitem.h \
       
    68            inc/univiewerheadercontainer.h \
       
    69            inc/univiewerpixmapwidget.h
       
    70 
       
    71 SOURCES += src/unifiedviewer.cpp \
       
    72            src/unicontentswidget.cpp \
       
    73 #           src/unihighlighter.cpp \
       
    74            src/univiewerfeeder.cpp \
       
    75            src/univiewerfeeder_p.cpp \
       
    76            src/univiewslidewidget.cpp \
       
    77            src/uniscrollarea.cpp \
       
    78            src/univiewerbodywidget.cpp \
       
    79            src/univiewerdetailswidget.cpp \
       
    80            src/univieweraddresswidget.cpp \
       
    81            src/univieweraddresscontainer.cpp \
       
    82            src/univiewermediawidget.cpp \
       
    83            src/univiewerattachmentcontainer.cpp \
       
    84            src/univiewertextitem.cpp \
       
    85            src/univiewerheadercontainer.cpp \
       
    86            src/univiewerpixmapwidget.cpp
       
    87 
       
    88 RESOURCES += unifiedviewer.qrc
       
    89 
       
    90 # Libs
       
    91 LIBS = -ls60qconversions \
       
    92        -letext \
       
    93        -lmsgs \
       
    94        -lconvergedmessageutils \
       
    95        -lappengine \
       
    96        -lunidatamodelloader \
       
    97        -lxqservice \
       
    98        -lQtContacts \
       
    99        -lmsguiutils \
       
   100        -lcentralrepository \
       
   101        -lxqserviceutil