ftuapplication/ftuapplication.pro
changeset 0 c464cd7e2753
child 2 66c26770985f
equal deleted inserted replaced
-1:000000000000 0:c464cd7e2753
       
     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:  First Time Use application project file
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 
       
    19 TARGET = ftuapplication 
       
    20 
       
    21 win32 {
       
    22     LIBS += -L$$PWD/../../bin/debug
       
    23     
       
    24     CONFIG(debug, debug|release) {
       
    25       SUBDIRPART = debug
       
    26     } else {
       
    27       SUBDIRPART = release
       
    28     }
       
    29     DESTDIR = $$PWD/../../bin/$$SUBDIRPART
       
    30 }
       
    31 
       
    32 QT += xml 
       
    33 
       
    34 CONFIG += hb mobility
       
    35 MOBILITY = serviceframework
       
    36 
       
    37 CONFIG += hb    
       
    38 CONFIG += console
       
    39 
       
    40 nft:DEFINES += NFT
       
    41 
       
    42 DEPENDPATH += . \
       
    43               ./inc \
       
    44               ./src
       
    45 
       
    46 INCLUDEPATH += . \
       
    47                ./inc \
       
    48                ../inc
       
    49 
       
    50 symbian {
       
    51     TARGET.UID2 = 0x100039CE
       
    52     TARGET.UID3 = 0x20026F95
       
    53     TARGET.CAPABILITY = CAP_APPLICATION AllFiles TrustedUI
       
    54     TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
       
    55     TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
       
    56     rom:DEFINES += ROM
       
    57     ICON = resources/ftu_app_icon.svg
       
    58     icon.sources = resources/ftu_app_icon.svg
       
    59     icon.path = /fturesources
       
    60     addFiles.sources +=  ../translations/ftu_en_US.qm ../translations/ftu_en_GB.qm \
       
    61                          ../translations/ftuexamplewizards_en_US.qm ../translations/ftuexamplewizards_en_GB.qm
       
    62     addFiles.path = translations   
       
    63     DEPLOYMENT += icon addFiles
       
    64 }
       
    65 
       
    66 win32 {
       
    67 include(ftuapplication_installs_win32.pri)
       
    68 }
       
    69 
       
    70 include(ftuapplication.pri)