tsrc/mocks/ut_mockintegrity.pro
changeset 78 baacf668fe89
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
       
     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 CONFIG += qtestlib hb
       
    18 TEMPLATE = app
       
    19 TARGET = 
       
    20 MOC_DIR = moc
       
    21 
       
    22 INCLUDEPATH += . \
       
    23         /epoc32/include/mw/hb/hbfeedback \
       
    24         ../../phoneapp/phoneuiqtviewadapter/inc \
       
    25         ../../inc \
       
    26         ../../phoneapp/phoneuiutils/inc \
       
    27         ../../phoneapp/phoneuiview2/inc \
       
    28         ../../phoneapp/phoneringingtoneplayer/inc
       
    29 
       
    30 DEFINES += XQSYSINFO_LIBRARY XQSETTINGSMANAGER_LIBRARY
       
    31 DEFINES += QT_BUILD_SYSINFO_LIB QT_MAKEDLL BUILD_HB_CORE
       
    32 
       
    33 QT -= gui
       
    34 QT += testlib
       
    35 
       
    36 symbian: { 
       
    37     CONFIG += no_icon
       
    38     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    39     LIBS += -lmocklib       \
       
    40             -lsymbianmock
       
    41 }
       
    42 
       
    43 HEADERS += 
       
    44 
       
    45 SOURCES += ./mw/*.cpp \
       
    46         ./orbit/*.cpp \
       
    47         ./phoneuiqtviewadapter/*.cpp \
       
    48         ./qtgui/*.cpp \
       
    49         ./qthighway/*.cpp \
       
    50         ./qtmobility/*.cpp \
       
    51         ./bubblemanager/*.cpp \
       
    52         ./phonesrv/*.cpp
       
    53         
       
    54 
       
    55 symbian:MMP_RULES += SMPSAFE