htiui/HtiAdminQt/HtiAdmin.pro
changeset 11 4df3a095718c
child 17 4f2773374eff
equal deleted inserted replaced
10:e6e3e87d58b4 11:4df3a095718c
       
     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
       
    18 TARGET = HtiAdmin
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += .
       
    21 INCLUDEPATH += . /epoc32/include/mw/hb/hbcore /epoc32/include/mw/hb/hbwidgets /epoc32/include/mw/hb/hbtools
       
    22 LIBS += -lhbcore -lhbwidgets -lhbtools
       
    23 
       
    24 HEADERS += mainview.h 
       
    25 SOURCES += main.cpp mainview.cpp 
       
    26 
       
    27 symbian: { 
       
    28     
       
    29 	LIBS += -lestor -lws32 -lPlatformEnv -limageconversion -leikcore -lfbscli -lapgrfx -lcommonengine -lgdi -lhticfg -lbafl -lecom -lcommdb
       
    30 	
       
    31 
       
    32     HEADERS += htienginewrapper.h chtiadminengine.h 
       
    33     SOURCES += htienginewrapper.cpp chtiadminengine.cpp 
       
    34     RSS_RULES += "group_name = \"RnD Tools\"";
       
    35     TARGET.CAPABILITY = ALL -TCB
       
    36     TARGET.UID2 = 0x100039CE
       
    37     
       
    38     TARGET.UID3 = 0x1020DEB5
       
    39     
       
    40     
       
    41     # TARGET.SID = 0x1020DEB5
       
    42     TARGET.VID = 0x101FB657 
       
    43         
       
    44     # TARGET.EPOCHEAPSIZE = 0x020000 0x800000 // Min 128Kb, Max 16Mb
       
    45     # TARGET.EPOCSTACKSIZE = 0x5000
       
    46 }else {
       
    47     error("Only Symbian supported!")
       
    48 }
       
    49