ftuapplication/ftuapplication.pro
author hgs
Wed, 13 Oct 2010 21:26:01 +0530
changeset 17 db2e35e2ce1e
parent 9 aa22d2c19e57
child 15 4956c89a3c3f
permissions -rw-r--r--
201031

#
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description:  First Time Use application project file
#

TEMPLATE = app

TARGET = ftuapplication 

win32 {
    LIBS += -L$$PWD/../../bin/debug
    
    CONFIG(debug, debug|release) {
      SUBDIRPART = debug
    } else {
      SUBDIRPART = release
    }
    DESTDIR = $$PWD/../../bin/$$SUBDIRPART
}

QT += xml 

CONFIG += hb mobility
MOBILITY = serviceframework

CONFIG += hb    
CONFIG += console
#DEFINES += LOGGING
nft:DEFINES += NFT

DEPENDPATH += . \
              ./inc \
              ./src

INCLUDEPATH += . \
               ./inc \
               ../inc

symbian {
    TARGET.UID2 = 0x100039CE
    TARGET.UID3 = 0x20026F95
    TARGET.CAPABILITY = CAP_APPLICATION AllFiles TrustedUI
    TARGET.EPOCSTACKSIZE = 0x14000 // 80kB
    TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
    rom:DEFINES += ROM
    ICON = resources/ftu_app_icon.svg
    icon.sources = resources/ftu_app_icon.svg
    icon.path = /fturesources
    addFiles.sources +=  ../translations/ftu_en_US.qm ../translations/ftu_en_GB.qm \
                         ../translations/ftuexamplewizards_en_US.qm ../translations/ftuexamplewizards_en_GB.qm
    addFiles.path = translations   
    DEPLOYMENT += icon addFiles

    LIBS += -lxqsettingsmanager 
    RSS_RULES += "hidden = KAppIsHidden;"


     #Add default symbian libs required by the application (redundant/duplicate entries to be removed)
     LIBS += -lcone -leikcore -lmediaclientaudio -leikcoctl -leiksrv -lapparc -lavkon
     LIBS += -lefsrv -lcharconv -lws32 -lhal -lgdi -lapgrfx
}

win32 {
include(ftuapplication_installs_win32.pri)
}

include(ftuapplication.pri)