filemanager/src/fmbkupenginewrapper/fmbkupenginewrapper.pri
changeset 14 1957042d8c7e
equal deleted inserted replaced
1:d1daf54a55b5 14:1957042d8c7e
       
     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: FmBkupEngineWrapper project - source files
       
    15 #
       
    16 
       
    17 INCLUDEPATH += ./inc
       
    18 INCLUDEPATH += ../common
       
    19 win32:INCLUDEPATH += ./private/win32
       
    20 symbian { 
       
    21     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    22     INCLUDEPATH += /epoc32/include/connect
       
    23     INCLUDEPATH += ./private/symbian
       
    24     INCLUDEPATH += ../fmbkupengine/inc
       
    25 }
       
    26 
       
    27 HEADERS += inc/fmbkupengine.h \
       
    28            inc/fmbkupcommon.h \
       
    29            inc/fmbackupsettings.h \
       
    30            inc/fmrestoresettings.h \
       
    31 
       
    32 
       
    33 SOURCES += src/fmbkupengine.cpp \
       
    34            src/fmbackupsettings.cpp \
       
    35            src/fmrestoresettings.cpp \
       
    36 
       
    37 win32 { 
       
    38     HEADERS += private/win32/fmbkupengine_p.h
       
    39     SOURCES += private/win32/fmbkupengine_p.cpp
       
    40 }
       
    41 
       
    42 symbian { 
       
    43     HEADERS += inc/FileManagerPrivateCRKeys.h \
       
    44                private/symbian/fmbkupengine_p.h
       
    45     SOURCES += private/symbian/fmbkupengine_p.cpp
       
    46 }