camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxefilesavethreadsymbian/unittest_cxefilesavethreadsymbian.pro
branchRCL_3
changeset 24 bac7acad7cb3
parent 23 61bc0f252b2b
child 25 2c87b2808fd7
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
     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 xqsettingsmanager 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_cxefilesavethreadsymbian
       
    21 
       
    22 LIBS *= -lsysutil
       
    23 LIBS *= -lplatformenv
       
    24 LIBS *= -lefsrv
       
    25 LIBS *= -lcone
       
    26 LIBS *= -lthumbnailmanagerqt
       
    27 
       
    28 SOURCES *= unittest_cxefilesavethreadsymbian.cpp \
       
    29            thumbnailmanager_qt.cpp \
       
    30            harvesterclient.cpp \
       
    31            cxefilesavethread.cpp \
       
    32            cxefilesavethreadsymbian.cpp \
       
    33            cxefakeimagedataitem.cpp \
       
    34            cxeimagedataitemsymbian.cpp \
       
    35            cxeharvestercontrolsymbian.cpp \
       
    36            cxethumbnailmanagersymbian.cpp \
       
    37            cxesysutil.cpp \
       
    38            cxestatemachinebase.cpp \
       
    39            cxestatemachine.cpp \
       
    40            cxestate.cpp \
       
    41            cxeerrormappingsymbian.cpp
       
    42 
       
    43 HEADERS *= unittest_cxefilesavethreadsymbian.h \
       
    44            thumbnailmanager_qt.h \
       
    45            harvesterclient.h \
       
    46            cxefilesavethread.h \
       
    47            cxefilesavethreadsymbian.h \
       
    48            cxefakeimagedataitem.h \
       
    49            cxeimagedataitemsymbian.h \
       
    50            cxeimagedataitem.h \
       
    51            cxeerror.h \
       
    52            cxeharvestercontrolsymbian.h \
       
    53            cxethumbnailmanagersymbian.h \
       
    54            cxesysutil.h \
       
    55            cxestatemachinebase.h \
       
    56            cxestatemachine.h \
       
    57            cxestate.h \
       
    58            cxeerrormappingsymbian.h
       
    59