emailservices/nmutilities/tsrc/unittests/unittest_nmcontacthistorymodel/unittest_nmcontacthistorymodel.pro
changeset 74 6c59112cfd31
equal deleted inserted replaced
69:4e54af54a4a1 74:6c59112cfd31
       
     1 # ============================================================================
       
     2 # Name : unittest_nmcontacthistorymodel
       
     3 # Part of : nmutilities
       
     4 # Description :
       
     5 # Copyright (c) 2009 Nokia. All rights reserved.
       
     6 # This material, including documentation and any related computer
       
     7 # programs, is protected by copyright controlled by Nokia. All
       
     8 # rights are reserved. Copying, including reproducing, storing,
       
     9 # adapting or translating, any or all of this material requires the
       
    10 # prior written consent of Nokia. This material also contains
       
    11 # confidential information which may not be disclosed to others
       
    12 # without the prior written consent of Nokia.
       
    13 # ============================================================================
       
    14 # ENTER HERE FILES NEEDED TO COMPILE WITH UNIT TESTS
       
    15 
       
    16 DEFINES -= NMCHMAPI_LIBRARY
       
    17 DEFINES += NMCHMAPI_LIBRARY_NO_LIBRARY
       
    18 
       
    19 QT += testlib
       
    20 QT += core
       
    21 
       
    22 CONFIG += qtestlib
       
    23 CONFIG += symbian_test
       
    24 
       
    25 TEMPLATE = app
       
    26 TARGET = unittest_nmcontacthistorymodel
       
    27 
       
    28 MOC_DIR = tmp
       
    29 
       
    30 INCLUDEPATH =   . \
       
    31                 ../../../inc/ \
       
    32                 $$MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 win32:DESTDIR = ../../bin
       
    35 
       
    36 HEADERS +=  unittest_nmcontacthistorymodel.h \
       
    37             nmcontacthistorymodel_p.h \
       
    38             ../../../../../inc \
       
    39             ../../../../../email_plat/contact_history_model_api/inc/nmcontacthistorymodel.h
       
    40 
       
    41 SOURCES +=  nmcnthistorystub.cpp
       
    42 SOURCES +=  ../../../src/nmcontacthistorymodel.cpp
       
    43 SOURCES +=  unittest_nmcontacthistorymodel.cpp
       
    44 
       
    45 symbian*: { 
       
    46     TARGET.CAPABILITY = CAP_APPLICATION
       
    47     EPOCALLOWDLLDATA = 1
       
    48     MMP_RULES += "USERINCLUDE ."
       
    49 }