mpx/mpxviewframeworkqt/tsrc/src/src.pro
changeset 62 b276843a15ba
equal deleted inserted replaced
58:c76ea6caa649 62:b276843a15ba
       
     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 = tst_mpxviewframeworkqt
       
    20 
       
    21 CONFIG += qtestlib console hb
       
    22 
       
    23 INCLUDEPATH += .
       
    24 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
       
    25                /epoc32/include/mw/qt \
       
    26                /epoc32/include/mw/qttest
       
    27 
       
    28 SOURCES += tst_mpxviewframework.cpp 
       
    29 
       
    30 
       
    31 LIBS +=     -lmpxviewframeworkqt -lxqplugins
       
    32 
       
    33 symbian {
       
    34 
       
    35   TARGET.CAPABILITY = ALL -TCB
       
    36 
       
    37 }
       
    38