mpx/mpxviewframeworkqt/example_vf_pluginresolving/app/pluginresolvingapp.pro
changeset 64 92dbd2a406d9
equal deleted inserted replaced
61:3b098142db83 64:92dbd2a406d9
       
     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 = app
       
    19 TARGET = 
       
    20 TARGET.UID3 = 
       
    21 CONFIG += hb qt
       
    22 
       
    23 DEPENDPATH += .
       
    24 INCLUDEPATH += .
       
    25 INCLUDEPATH += /epoc32/include/domain \
       
    26                /epoc32/include/domain/middleware \
       
    27                /epoc32/include/domain/applications \
       
    28                /orbit/include \
       
    29 	           /epoc32/include/mw
       
    30 	           
       
    31 TARGET.CAPABILITY = ALL -TCB
       
    32 TARGET.EPOCHEAPSIZE = 0x20000 0x1600000
       
    33 
       
    34 LIBS += -lxqplugins -lmpxviewframeworkqt 
       
    35 
       
    36 SOURCES += \
       
    37            src/main.cpp \
       
    38            src/qtracker.cpp \ 
       
    39            src/welcomeview.cpp
       
    40           
       
    41 HEADERS += \
       
    42            inc/qtracker.h \
       
    43            inc/welcomeview.h
       
    44            
       
    45