videoplayerapp/videoplayerengine/tsrc/testvideoiadupdatewrapper/testvideoiadupdatewrapper.pro
changeset 66 adb51f74b890
child 67 72c709219fcd
equal deleted inserted replaced
63:4707a0db12f6 66:adb51f74b890
       
     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: Project file for iad wrapper test
       
    15 #
       
    16 
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET =
       
    20 DEFINES += BUILD_VIDEOPLAYERAPP_DLL
       
    21 
       
    22 DEPENDPATH += . \
       
    23     inc \
       
    24     src
       
    25 
       
    26 INCLUDEPATH = . \
       
    27               stub/inc \
       
    28               ../../../inc \
       
    29               ../../../../inc \
       
    30               $$MW_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 CONFIG += qtestlib hb qt
       
    33 
       
    34 LIBS +=
       
    35 
       
    36 HEADERS += stub/inc/iaupdate.h \
       
    37            stub/inc/iaupdateparameters.h \
       
    38            stub/inc/iaupdateresult.h \
       
    39            stub/inc/featmgr.h \
       
    40            inc/testvideoiadupdatewrapper.h \
       
    41            ../../inc/videoiadupdatewrapper.h \
       
    42 
       
    43 SOURCES += \
       
    44 #           stub/src/iaupdate.cpp \
       
    45 #           stub/src/iaupdateparameters.cpp \
       
    46 #           stub/src/iaupdateresult.cpp \
       
    47 #           stub/src/featmgr.cpp \
       
    48            src/testvideoiadupdatewrapper.cpp \
       
    49            ../../src/videoiadupdatewrapper.cpp \