camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxefilesavethreadsymbian/unittest_cxefilesavethreadsymbian.pro
changeset 19 d9aefe59d544
child 21 fa6d9f75d6a6
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
       
     1 # Copyright (c) 2009 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 
       
    24 SOURCES += unittest_cxefilesavethreadsymbian.cpp \
       
    25            thumbnailmanager_qt.cpp \
       
    26            harvesterclient.cpp \
       
    27            cxefilesavethread.cpp \
       
    28            cxefilesavethreadsymbian.cpp \
       
    29            cxefakeimagedataitem.cpp \
       
    30            cxeimagedataitemsymbian.cpp \
       
    31            cxeharvestercontrolsymbian.cpp \
       
    32            cxethumbnailmanagersymbian.cpp \
       
    33            cxesysutil.cpp \
       
    34            cxestatemachinebase.cpp \
       
    35            cxestatemachine.cpp \
       
    36            cxestate.cpp \
       
    37            cxeerrormappingsymbian.cpp
       
    38 
       
    39 HEADERS += unittest_cxefilesavethreadsymbian.h \
       
    40            thumbnailmanager_qt.h \
       
    41            harvesterclient.h \
       
    42            cxefilesavethread.h \
       
    43            cxefilesavethreadsymbian.h \
       
    44            cxefakeimagedataitem.h \
       
    45            cxeimagedataitemsymbian.h \
       
    46            cxeimagedataitem.h \
       
    47            cxeerror.h \
       
    48            cxeharvestercontrolsymbian.h \
       
    49            cxethumbnailmanagersymbian.h \
       
    50            cxesysutil.h \
       
    51            cxestatemachinebase.h \
       
    52            cxestatemachine.h \
       
    53            cxestate.h \
       
    54            cxeerrormappingsymbian.h
       
    55