launcher/launcher.pro
changeset 26 41ebde60981f
parent 17 4f2773374eff
child 31 e7a04a6385be
equal deleted inserted replaced
25:31fc1277642e 26:41ebde60981f
     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 TEMPLATE = app
     1 TEMPLATE = app
    18 TARGET = Launcher
     2 TARGET = Launcher
    19 load(hb.prf)
     3 load(hb.prf)
    20 symbian:CONFIG -= symbian_i18n
     4 symbian:CONFIG -= symbian_i18n
    21 DEPENDPATH += src
     5 DEPENDPATH += src
    22 DEPENDPATH += inc
     6 DEPENDPATH += inc
    23 INCLUDEPATH += inc
     7 INCLUDEPATH += inc
    24 
     8 
    25 HEADERS += launchermainwindow.h applicationview.h enginewrapper.h notifications.h  outputview.h commonactions.h
     9 HEADERS += launchermainwindow.h applicationview.h enginewrapper.h notifications.h  outputview.h commonActions.h
    26 SOURCES += main.cpp launchermainwindow.cpp applicationview.cpp enginewrapper.cpp notifications.cpp  outputview.cpp commonactions.cpp
    10 SOURCES += main.cpp launchermainwindow.cpp applicationview.cpp enginewrapper.cpp notifications.cpp  outputview.cpp commonActions.cpp
    27 RESOURCES += launcher.qrc
    11 RESOURCES += launcher.qrc
    28 
    12 
    29 symbian: {
    13 symbian: {
    30 
    14 
    31         BLD_INF_RULES.prj_exports += "./rom/Launcher.iby                CORE_IBY_EXPORT_PATH(tools,Launcher.iby)"
    15         BLD_INF_RULES.prj_exports += "./rom/Launcher.iby                CORE_IBY_EXPORT_PATH(tools,Launcher.iby)"