################################################################################# Copyright (C) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).## All rights reserved.## Contact: Nokia Corporation (developer.feedback@nokia.com)#### This file is part of the UI Extensions for Mobile.#### GNU Lesser General Public License Usage## This file may be used under the terms of the GNU Lesser General Public## License version 2.1 as published by the Free Software Foundation and## appearing in the file LICENSE.LGPL included in the packaging of this file.## Please review the following information to ensure the GNU Lesser General## Public License version 2.1 requirements will be met:## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.#### In addition, as a special exception, Nokia gives you certain additional## rights. These rights are described in the Nokia Qt LGPL Exception## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.#### If you have questions regarding the use of this file, please contact## Nokia at developer.feedback@nokia.com.################################################################################TEMPLATE = libTARGET = $$hbLibraryTarget(HbTouchInput)CONFIG += pluginhbAddLibrary(hbcore/HbCore)hbAddLibrary(hbwidgets/HbWidgets )hbAddLibrary(hbinput/HbInput)INCLUDEPATH += ../common# directoriesDESTDIR = $${HB_BUILD_DIR}/plugins/inputmethodsHEADERS = virtual12key.hHEADERS += virtualqwerty.hHEADERS += touchinputplugin.hHEADERS += hbinputbasic12keyhandler.hHEADERS += hbinputprediction12keyhandler.hHEADERS += ..\common\hbinputbasichandler_p.hHEADERS += ..\common\hbinputmodehandler.hHEADERS += ..\common\hbinputmodehandler_p.hHEADERS += ..\common\hbinputpredictionhandler_p.hHEADERS += hbinputbasicqwertyhandler.hHEADERS += hbinputpredictionqwertyhandler.hHEADERS += ..\common\hbinputnumerichandler_p.hHEADERS += hbinputnumericqwertyhandler.hHEADERS += hbinputnumeric12keyhandler.hHEADERS += ..\common\hbinputabstractbase.hHEADERS += hbinputprediction12keyhandler_p.hHEADERS += hbinputbasic12keyhandler_p.hHEADERS += ..\common\hbinputspellquerydialog.hHEADERS += hbinput12keytouchkeyboard.hHEADERS += hbinput12keytouchkeyboard_p.hHEADERS += hbinputqwerty10x4touchkeyboard.hHEADERS += hbinputqwerty10x4touchkeyboard_p.hHEADERS += hbinputqwerty11x4touchkeyboard.hHEADERS += hbinputqwerty11x4touchkeyboard_p.hHEADERS += hbinputqwertynumerictouchkeyboard.hHEADERS += hbinputqwertynumerictouchkeyboard_p.hSOURCES = virtual12key.cppSOURCES += virtualqwerty.cppSOURCES += touchinputplugin.cppSOURCES += hbinputbasic12keyhandler.cppSOURCES += hbinputprediction12keyhandler.cppSOURCES += ..\common\hbinputbasichandler.cppSOURCES += ..\common\hbinputmodehandler.cppSOURCES += ..\common\hbinputpredictionhandler.cppSOURCES += hbinputbasicqwertyhandler.cppSOURCES += hbinputpredictionqwertyhandler.cppSOURCES += ..\common\hbinputnumerichandler.cppSOURCES += hbinputnumericqwertyhandler.cppSOURCES += hbinputnumeric12keyhandler.cppSOURCES += ..\common\hbinputabstractbase.cppSOURCES += hbinput12keytouchkeyboard.cppSOURCES += hbinputqwerty10x4touchkeyboard.cppSOURCES += hbinputqwerty11x4touchkeyboard.cppSOURCES += hbinputqwertynumerictouchkeyboard.cppSOURCES += ..\common\hbinputspellquerydialog.cppsymbian { TARGET.EPOCALLOWDLLDATA = 1 TARGET.CAPABILITY = CAP_GENERAL_DLL TARGET.UID3 = 0x20022EA8 pluginstub.sources = HbTouchInput.dll pluginstub.path = /resource/plugins/inputmethods DEPLOYMENT += pluginstub}!local { target.path = $$HB_PLUGINS_DIR/inputmethods INSTALLS += target}include($${HB_SOURCE_DIR}/src/hbcommon.pri)# End of file