src/hbplugins/inputmethods/hbim/hbim.pro
changeset 5 627c4a0fd0e7
child 21 4633027730f5
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
       
     1 #
       
     2 #############################################################################
       
     3 ##
       
     4 ## Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     5 ## All rights reserved.
       
     6 ## Contact: Nokia Corporation (developer.feedback@nokia.com)
       
     7 ##
       
     8 ## This file is part of the UI Extensions for Mobile.
       
     9 ##
       
    10 ## GNU Lesser General Public License Usage
       
    11 ## This file may be used under the terms of the GNU Lesser General Public
       
    12 ## License version 2.1 as published by the Free Software Foundation and
       
    13 ## appearing in the file LICENSE.LGPL included in the packaging of this file.
       
    14 ## Please review the following information to ensure the GNU Lesser General
       
    15 ## Public License version 2.1 requirements will be met:
       
    16 ## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
       
    17 ##
       
    18 ## In addition, as a special exception, Nokia gives you certain additional
       
    19 ## rights.  These rights are described in the Nokia Qt LGPL Exception
       
    20 ## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
       
    21 ##
       
    22 ## If you have questions regarding the use of this file, please contact
       
    23 ## Nokia at developer.feedback@nokia.com.
       
    24 ##
       
    25 #############################################################################
       
    26 #
       
    27 
       
    28 TEMPLATE = lib
       
    29 TARGET = $$hbLibraryTarget(HbIm)
       
    30 CONFIG += plugin
       
    31 
       
    32 hbAddLibrary(hbcore/HbCore)
       
    33 
       
    34 SOURCES += hbim.cpp
       
    35 HEADERS += hbim.h
       
    36 
       
    37 symbian {
       
    38     TARGET.EPOCALLOWDLLDATA = 1
       
    39     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    40     TARGET.UID3 = 0x2002EACD
       
    41 
       
    42     pluginstub.sources = HbIm.dll
       
    43     pluginstub.path = /resource/qt/plugins/inputmethods
       
    44     DEPLOYMENT += pluginstub
       
    45 }
       
    46 
       
    47 target.path = $$[QT_INSTALL_PLUGINS]/inputmethods
       
    48 INSTALLS += target
       
    49 
       
    50 include($${HB_SOURCE_DIR}/src/hbcommon.pri)