phoneapp/phoneuiqtviewadapter/phoneuiqtviewadapter.pri
changeset 21 92ab7f8d0eab
child 22 6bb1b21d2484
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     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 += ./inc/phoneuiqtviewadapter.h
       
    18 HEADERS += ./inc/phoneuiqtbuttonscontroller.h
       
    19 HEADERS += ./inc/mphoneviewcommandhandle.h
       
    20 HEADERS += ./inc/phoneviewcommanddefinitions.h
       
    21 HEADERS += ./inc/phonebubblewrapper.h
       
    22 HEADERS += ./inc/phoneresourceadapter.h
       
    23 HEADERS += ./inc/phonenotecontroller.h
       
    24 HEADERS += ./inc/telephonyservice.h
       
    25 HEADERS += ./inc/phoneuicommandcontroller.h
       
    26 HEADERS += ./inc/phonecommandextensionwrapper.h
       
    27 
       
    28 SOURCES += ./src/phoneuiqtviewadapter.cpp
       
    29 SOURCES += ./src/phoneuiqtbuttonscontroller.cpp
       
    30 SOURCES += ./src/phonebubblewrapper.cpp
       
    31 SOURCES += ./src/phoneresourceadapter.cpp
       
    32 SOURCES += ./src/phonenotecontroller.cpp
       
    33 SOURCES += ./src/telephonyservice.cpp
       
    34 SOURCES += ./src/phoneuicommandcontroller.cpp
       
    35 SOURCES += ./src/phonecommandextensionwrapper.cpp