filemanager/src/inc/commonutils.pri
changeset 14 1957042d8c7e
child 16 ada7962b4308
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: 
       
    15 #
       
    16 
       
    17 INTERNAL_HEADERS += $$PWD/fmutils.h \
       
    18                     $$PWD/fmdrivemodel.h
       
    19                     
       
    20 INTERNAL_SOURCES += $$PWD/fmdrivemodel.cpp 
       
    21 
       
    22 symbian {
       
    23     INTERNAL_HEADERS += $$PWD/fms60utils.h
       
    24 
       
    25     INTERNAL_SOURCES += $$PWD/fmutils_s60.cpp \
       
    26                         $$PWD/fms60utils.cpp
       
    27 }
       
    28 win32 {
       
    29     INTERNAL_SOURCES += $$PWD/fmutils_win.cpp
       
    30 }
       
    31 
       
    32 HEADERS += $$INTERNAL_HEADERS
       
    33 SOURCES += $$INTERNAL_SOURCES