controlpanelui/src/tonefetcher/tonefetcher.pri
changeset 19 36aa4756ee82
child 22 a5692c68d772
equal deleted inserted replaced
12:624337f114fe 19:36aa4756ee82
       
     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 HEADERS += src/tonefetchermainwindow.h \
       
    18            src/tonefetcher.h \
       
    19            src/tonefetcherview.h \
       
    20            src/tonefetcherwidget.h \
       
    21            src/tonefetchermodel.h \
       
    22            tonefetcherengine/tonefetcherengine.h \
       
    23            inc/tonefetcherutils.h
       
    24 
       
    25 SOURCES += src/tonefetchermainwindow.cpp \
       
    26            src/tonefetcher.cpp \
       
    27            src/tonefetcherview.cpp \
       
    28            src/tonefetcherwidget.cpp \
       
    29            src/tonefetchermodel.cpp \
       
    30            tonefetcherengine/tonefetcherengine.cpp \
       
    31            inc/tonefetcherutils.cpp \
       
    32            src/main.cpp 
       
    33 
       
    34 symbian {
       
    35     HEADERS +=  tonefetcherengine/private/symbian/toneselectionengine_p.h \
       
    36                 tonefetcherengine/private/symbian/tonepreviewprivate.h
       
    37 
       
    38 
       
    39     SOURCES += tonefetcherengine/private/symbian/toneselectionengine_p.cpp \
       
    40                tonefetcherengine/private/symbian/tonepreviewprivate.cpp
       
    41 }
       
    42 
       
    43