phoneplugins/infowidgetplugin/infowidgetprovider/tsrc/ut_infowidgetpreferences/ut_infowidgetpreferences.pro
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 40 bab96b7ed1a4
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
     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 building unit test component
       
    15 #
       
    16 #
       
    17 
       
    18 CONFIG += qtestlib hb
       
    19 TEMPLATE = app
       
    20 TARGET = 
       
    21 DEPENDPATH  += . ../../infowidget/src ../../infowidget/inc
       
    22 INCLUDEPATH += .
       
    23 INCLUDEPATH += ../common
       
    24 INCLUDEPATH += ../../inc/
       
    25 INCLUDEPATH += ../../infowidget/inc/
       
    26 DEFINES += XQSETTINGSMANAGER_NO_LIBRARY
       
    27 DEFINES += QT_NO_DEBUG_STREAM
       
    28 
       
    29 QT -= gui
       
    30 QT += testlib
       
    31 
       
    32 symbian: {
       
    33   CONFIG += no_icon
       
    34   INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    35   LIBS += -lmocklib 		\
       
    36           -lsymbianmock 	\
       
    37           -lcpframework
       
    38 }
       
    39     
       
    40 # test code
       
    41 HEADERS += ./inc/ut_infowidgetpreferences.h
       
    42 SOURCES += ./src/ut_infowidgetpreferences.cpp
       
    43 
       
    44 # code to be tested
       
    45 HEADERS += ../../infowidget/inc/infowidgetpreferences.h
       
    46 SOURCES += ../../infowidget/src/infowidgetpreferences.cpp