controlpanelui/src/tonefetcher/tonefetcher.pri
branchRCL_3
changeset 13 90fe62538f66
equal deleted inserted replaced
12:3fec62e6e7fc 13:90fe62538f66
       
     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/CTonePlayer.h \
       
    36                 tonefetcherengine/private/CToneSelection.h \
       
    37                 tonefetcherengine/private/MTonePlayingWatcher.h \
       
    38                 tonefetcherengine/private/MToneSelectionWatcher.h \
       
    39                 tonefetcherengine/private/tonefetcherengine_symbian.h
       
    40                 
       
    41 
       
    42 
       
    43     SOURCES += tonefetcherengine/private/CTonePlayer.cpp \
       
    44                tonefetcherengine/private/CToneSelection.cpp \
       
    45                tonefetcherengine/private/tonefetcherengine_symbian.cpp
       
    46 } else {
       
    47     HEADERS +=  tonefetcherengine/private/tonefetcherengine_stub.h
       
    48     SOURCES += tonefetcherengine/private/tonefetcherengine_stub.cpp
       
    49 }
       
    50 
       
    51