mediasettings/videosettingsplugin/tsrc/testplugin/testvideosettingsplugin.pro
changeset 46 adbe7d5ba2f5
child 67 72c709219fcd
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
       
     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 TARGET = testvideosettingsplugin
       
    18 TEMPLATE = app
       
    19 
       
    20 DEPENDPATH += . \
       
    21     inc \
       
    22     src
       
    23 
       
    24 INCLUDEPATH += inc \
       
    25                stub/inc \
       
    26                ../../inc
       
    27 
       
    28 CONFIG += qtestlib \
       
    29     Hb \
       
    30     symbian_test
       
    31 
       
    32 LIBS += -lcpframework \
       
    33         -lxqutils.dll
       
    34 
       
    35 # Input
       
    36 HEADERS += inc/testvideosettingsplugin.h \
       
    37            ../../inc/videosettingsplugin.h \
       
    38            stub/inc/videosettingsgroup.h \
       
    39    
       
    40 SOURCES += src/testvideosettingsplugin.cpp \
       
    41            ../../src/videosettingsplugin.cpp \
       
    42            stub/src/videosettingsgroup.cpp \
       
    43 
       
    44 TARGET.CAPABILITY = All -Tcb