mpx/mpxviewframeworkqt/mpxviewframeworkqt.pro
branchRCL_3
changeset 56 63223d4fd956
parent 55 6c1dfe4da5dd
child 59 666f9a5a90a9
equal deleted inserted replaced
55:6c1dfe4da5dd 56:63223d4fd956
     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 
       
    18 TEMPLATE = lib
       
    19 
       
    20 TARGET = mpxviewframeworkqt
       
    21 CONFIG += qt hb
       
    22 
       
    23 TARGET.UID3 = 0x2002B33F
       
    24 
       
    25 # QT -= gui
       
    26 
       
    27 DEPENDPATH += inc \
       
    28               include \
       
    29               src
       
    30 
       
    31 INCLUDEPATH +=  . \
       
    32 			    ./inc \
       
    33 			    ./include \
       
    34 			    ../viewframework/include \
       
    35 			    /epoc32/include/mw/hb/hbcore \
       
    36 			    /epoc32/include/mw/hb/hbinput \
       
    37 			    /epoc32/include/mw/hb/hbwidgets \
       
    38 			    /epoc32/include/mw/hb/hbfeedback \
       
    39 			    /epoc32/include/mw/hb/tools 
       
    40 
       
    41 LIBS+= -lhbcore -lhbwidgets -lxqplugins
       
    42     
       
    43 DEFINES += BUILD_VIEWFRAMEWORK
       
    44 
       
    45     
       
    46 HEADERS += inc/mpxplugindata.h \
       
    47 		   inc/mpxplugindataparser.h \
       
    48 		   inc/mpxviewpluginresolver_p.h \
       
    49 		   inc/mpxviewpluginresolver.h \
       
    50                    ../../mmappfw_plat/mpx_view_utility_api/inc/mpxviewframeworkqt.h \
       
    51 	           ../../mmappfw_plat/mpx_base_view_plugins_api/inc/mpxviewpluginqt.h    
       
    52 	
       
    53 SOURCES += \
       
    54 	   src/mpxplugindata.cpp \
       
    55 	   src/mpxplugindataparser.cpp \
       
    56 	   src/mpxviewpluginresolver.cpp \
       
    57 	   src/mpxviewpluginresolver_p.cpp \
       
    58 	   src/mpxviewframework.cpp
       
    59 
       
    60 symbian { 
       
    61 
       
    62 TARGET.CAPABILITY = All -TCB
       
    63 TARGET.EPOCALLOWDATA = 1
       
    64 MMP_RULES += EPOCALLOWDLLDATA
       
    65 
       
    66 include(rom/rom.pri)
       
    67 
       
    68 myDefInclude = "NOSTRICTDEF" \
       
    69 "$${LITERAL_HASH}if defined(WINS)"\
       
    70 "DEFFILE  bwins/mpxviewframeworkqt.def "\
       
    71 "$${LITERAL_HASH}else "\
       
    72 "DEFFILE  eabi/mpxviewframeworkqt.def "\
       
    73 "$${LITERAL_HASH}endif"
       
    74 
       
    75 MMP_RULES += myDefInclude
       
    76 
       
    77 
       
    78 
       
    79 }