camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxegeotaggingtrail/unittest_cxegeotaggingtrail.pro
changeset 58 ddba9caa7f32
equal deleted inserted replaced
55:0da2a5b56583 58:ddba9caa7f32
       
     1 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 
       
    12 # This unit test doesn't want to include system include path of real header api
       
    13 CONFIG *= cxeunit_no_system_paths
       
    14 
       
    15 include(../unittest.pri)
       
    16 
       
    17 INCLUDEPATH *= ../system_include
       
    18 DEPENDPATH  *= ../system_include
       
    19 
       
    20 TARGET = unittest_cxegeotaggingtrail
       
    21 
       
    22 
       
    23 LIBS *= -lecamadvsettings
       
    24 LIBS *= -lecamsnapshot
       
    25 LIBS *= -lfbscli
       
    26 LIBS *= -lbitgdi
       
    27 LIBS *= -lsysutil
       
    28 LIBS *= -lecam
       
    29 LIBS *= -lecampluginsupport
       
    30 LIBS *= -lplatformenv
       
    31 LIBS *= -lefsrv
       
    32 LIBS += -llocationmanager
       
    33 
       
    34 DEFINES *= CXE_USE_DUMMY_CAMERA
       
    35 
       
    36 SOURCES *= unittest_cxegeotaggingtrail.cpp \
       
    37            rlocationtrail.cpp \
       
    38            harvesterclient.cpp \
       
    39            cxegeotaggingtrail.cpp \
       
    40            cxegeotaggingtrail_symbian_p.cpp \
       
    41            cxefakeimagedataitem.cpp \
       
    42            cxefakevideocapturecontrol.cpp \
       
    43            cxefakestillcapturecontrol.cpp \
       
    44            cxefakesettings.cpp \
       
    45            cxesysutil.cpp \
       
    46            cxestatemachinebase.cpp \
       
    47            cxestatemachine.cpp \
       
    48            cxestate.cpp \
       
    49            cxeerrormappingsymbian.cpp \
       
    50            cxefakequalitypresets.cpp
       
    51 
       
    52 HEADERS *= unittest_cxegeotaggingtrail.h \
       
    53            rlocationtrail.h \
       
    54            harvesterclient.h \
       
    55            cxegeotaggingtrail.h \
       
    56            cxegeotaggingtrail_symbian_p.h \
       
    57            cxefakeimagedataitem.h \
       
    58            cxefakevideocapturecontrol.h \
       
    59            cxeimagedataitem.h \
       
    60            cxeerror.h \
       
    61            cxefakestillcapturecontrol.h \
       
    62            cxestillcapturecontrol.h \
       
    63            cxevideocapturecontrol.h \
       
    64            cxesettings.h \
       
    65            cxefakequalitypresets.h \
       
    66            cxequalitypresets.h \
       
    67            cxefakesettings.h \
       
    68            cxesysutil.h \
       
    69            cxestatemachinebase.h \
       
    70            cxestatemachine.h \
       
    71            cxestate.h \
       
    72            cxeerrormappingsymbian.h
       
    73