homescreenapp/hsapplication/hsapplication.pro
changeset 101 ba1b7e218624
parent 98 e6f74eb7f69f
equal deleted inserted replaced
98:e6f74eb7f69f 101:ba1b7e218624
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    34 INCLUDEPATH += . \
    34 INCLUDEPATH += . \
    35                ./inc \
    35                ./inc \
    36                 ../hsutils/inc \
    36                 ../hsutils/inc \
    37                 ../hsdomainmodel/inc
    37                 ../hsdomainmodel/inc
    38 
    38 
    39 TRANSLATIONS = homescreen.ts
       
    40 
       
    41 LIBS += -lhsutils \
    39 LIBS += -lhsutils \
    42         -lhsdomainmodel \
    40         -lhsdomainmodel \
    43 	-lcaclient
    41         -lcaclient
    44 
    42 
    45 
    43 
    46 symbian: {
    44 symbian: {
    47 
    45 
    48     myIfdefBlock = \
    46     myIfdefBlock = \
    68     LIBS +=  -lxqservice -lxqserviceutil -lXQKeyCapture
    66     LIBS +=  -lxqservice -lxqserviceutil -lXQKeyCapture
    69   
    67   
    70     SERVICE.FILE = ipc_service_conf.xml
    68     SERVICE.FILE = ipc_service_conf.xml
    71     
    69     
    72     MMP_RULES += SMPSAFE
    70     MMP_RULES += SMPSAFE
       
    71     
       
    72     TRANSLATIONS = homescreen.ts
    73 }
    73 }
    74 
    74 
    75 !symbian: {
    75 !symbian: {
    76     include(installs_win.pri)
    76     include(installs_win.pri)
       
    77     TRANSLATIONS = ./resource/resource_win/homescreen.ts
       
    78     exportResources(./resource/resource_win/*.qm, resource/qt/translations)
    77 }
    79 }
    78 
    80 
    79 include(hsapplication.pri)
    81 include(hsapplication.pri)
    80 
       
    81 exportResources(./*.qm, resource/qt/translations)