userguide/Userguide.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 12:24:47 +0300
changeset 15 c0dfc135a46c
parent 13 1eb8015a8491
child 18 375271912456
child 26 97d7f0705d0a
permissions -rw-r--r--
Revision: 201015 Kit: 201018

#
# 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:
#

TEMPLATE    = app
QT	    += webkit xmlpatterns
CONFIG      += hb 
TRANSLATIONS = userguide.ts common.ts
#add "precompile_header" to CONFIG

TARGET = Userguide
DEPENDPATH  += .
INCLUDEPATH += ./inc

# PRECOMPILED_HEADER = pch.h

# Input
HEADERS += 	inc/HelpMainWindow.h \
			inc/BrowserWrapper.h \
			inc/HelpContentsView.h \
			inc/HelpCategoryView.h \
			inc/HelpDocumentLoader.h \
			inc/HelpCommon.h \
			inc/HelpDataProvider.h \
			inc/HelpUtils.h \
			inc/HelpProxyModel.h \
			inc/HelpStandardItem.h

SOURCES += 	src/main.cpp \
			src/HelpMainWindow.cpp \
			src/BrowserWrapper.cpp \
			src/HelpContentsView.cpp \
			src/HelpCategoryView.cpp \
			src/HelpDocumentLoader.cpp \
			src/HelpDataProvider.cpp \
			src/HelpUtils.cpp \
			src/HelpProxyModel.cpp \
			src/HelpStandardItem.cpp

symbian {
	TARGET.UID3 = 0x10005234
  	TARGET.CAPABILITY = CAP_APPLICATION
  	TARGET.EPOCHEAPSIZE = 0x020000 0x1000000

  	LIBS += -lezip -lxqservice -lxqserviceutil
  	include(rom/userguide.pri)
}
				
ICON = resources/qtg_large_help.svg
RESOURCES += resources/Userguide.qrc

debug: DESTDIR = ./debug
release: DESTDIR = ./release