userguide/Userguide.pro
branchRCL_3
changeset 44 12f60d9a73b3
equal deleted inserted replaced
40:0d1adf67ec1b 44:12f60d9a73b3
       
     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 QT	    += webkit xmlpatterns
       
    19 CONFIG      += hb 
       
    20 TRANSLATIONS = userguide.ts common.ts
       
    21 #add "precompile_header" to CONFIG
       
    22 
       
    23 TARGET = Userguide
       
    24 DEPENDPATH  += .
       
    25 INCLUDEPATH += ./inc
       
    26 
       
    27 # PRECOMPILED_HEADER = pch.h
       
    28 
       
    29 # Input
       
    30 HEADERS += 	inc/HelpMainWindow.h \
       
    31 			inc/BrowserWrapper.h \
       
    32 			inc/HelpContentsView.h \
       
    33 			inc/HelpCategoryView.h \
       
    34 			inc/HelpDocumentLoader.h \
       
    35 			inc/HelpCommon.h \
       
    36 			inc/HelpDataProvider.h \
       
    37 			inc/HelpUtils.h \
       
    38 			inc/HelpProxyModel.h \
       
    39 			inc/HelpStandardItem.h \
       
    40 			inc/HelpKeywordView.h \
       
    41 			inc/HelpBaseView.h
       
    42 
       
    43 SOURCES += 	src/main.cpp \
       
    44 			src/HelpMainWindow.cpp \
       
    45 			src/BrowserWrapper.cpp \
       
    46 			src/HelpContentsView.cpp \
       
    47 			src/HelpCategoryView.cpp \
       
    48 			src/HelpDocumentLoader.cpp \
       
    49 			src/HelpDataProvider.cpp \
       
    50 			src/HelpUtils.cpp \
       
    51 			src/HelpProxyModel.cpp \
       
    52 			src/HelpStandardItem.cpp \
       
    53 			src/HelpKeywordView.cpp \
       
    54 			src/HelpBaseView.cpp
       
    55 
       
    56 symbian {
       
    57 
       
    58 		TARGET.UID3 = 0x10005234
       
    59   	TARGET.CAPABILITY = CAP_APPLICATION
       
    60   	TARGET.EPOCHEAPSIZE = 0x020000 0x1000000
       
    61 
       
    62     CONFIG += mobility
       
    63     MOBILITY = systeminfo
       
    64     INCLUDEPATH += /sf/mw/webruntime/wrt/runtimecore
       
    65 		INCLUDEPATH += /sf/mw/webruntime/wrt
       
    66 		DEFINES += CWRT_BUILDING_TENONE
       
    67   	LIBS += -lRuntimeCore -lezip -lxqservice -lxqserviceutil -lcone -leikcore -lmediaclientaudio -leikcoctl -leiksrv -lapparc -lavkon -lefsrv -lcharconv -lws32 -lhal -lgdi -lapgrfx
       
    68   	include(rom/userguide.pri)
       
    69   	SKINICON = qtg_large_help
       
    70 }
       
    71 
       
    72 RESOURCES += resources/Userguide.qrc
       
    73 
       
    74 debug: DESTDIR = ./debug
       
    75 release: DESTDIR = ./release