src/hbplugins/inputmethods/touchinput/touchinput.pro
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 5 627c4a0fd0e7
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    55 HEADERS += hbinputprediction12keyhandler_p.h
    55 HEADERS += hbinputprediction12keyhandler_p.h
    56 HEADERS += hbinputbasic12keyhandler_p.h
    56 HEADERS += hbinputbasic12keyhandler_p.h
    57 HEADERS += hbinputbasic12keythaihandler.h
    57 HEADERS += hbinputbasic12keythaihandler.h
    58 HEADERS += hbinputprediction12keythaihandler.h
    58 HEADERS += hbinputprediction12keythaihandler.h
    59 HEADERS += hbinputthaispecialpopup.h
    59 HEADERS += hbinputthaispecialpopup.h
    60 
    60 HEADERS += hbinput12keytouchkeyboard.h
       
    61 HEADERS += hbinput12keytouchkeyboard_p.h
       
    62 HEADERS += hbinputqwerty10x4touchkeyboard.h
       
    63 HEADERS += hbinputqwerty10x4touchkeyboard_p.h
       
    64 HEADERS += hbinputqwerty11x4touchkeyboard.h
       
    65 HEADERS += hbinputqwerty11x4touchkeyboard_p.h
       
    66 HEADERS += hbinputqwertynumerictouchkeyboard.h
       
    67 HEADERS += hbinputqwertynumerictouchkeyboard_p.h
       
    68 HEADERS += hbinputtouchkeypadbutton.h
    61 
    69 
    62 SOURCES = virtual12key.cpp
    70 SOURCES = virtual12key.cpp
    63 SOURCES += virtualqwerty.cpp
    71 SOURCES += virtualqwerty.cpp
    64 SOURCES += touchinputplugin.cpp
    72 SOURCES += touchinputplugin.cpp
    65 SOURCES += hbinputbasic12keyhandler.cpp
    73 SOURCES += hbinputbasic12keyhandler.cpp
    74 SOURCES += hbinputnumeric12keyhandler.cpp
    82 SOURCES += hbinputnumeric12keyhandler.cpp
    75 SOURCES += ..\common\hbinputabstractbase.cpp
    83 SOURCES += ..\common\hbinputabstractbase.cpp
    76 SOURCES += hbinputbasic12keythaihandler.cpp
    84 SOURCES += hbinputbasic12keythaihandler.cpp
    77 SOURCES += hbinputprediction12keythaihandler.cpp
    85 SOURCES += hbinputprediction12keythaihandler.cpp
    78 SOURCES += hbinputthaispecialpopup.cpp
    86 SOURCES += hbinputthaispecialpopup.cpp
       
    87 SOURCES += hbinput12keytouchkeyboard.cpp
       
    88 SOURCES += hbinputqwerty10x4touchkeyboard.cpp
       
    89 SOURCES += hbinputqwerty11x4touchkeyboard.cpp
       
    90 SOURCES += hbinputqwertynumerictouchkeyboard.cpp
       
    91 SOURCES += hbinputtouchkeypadbutton.cpp
       
    92 
    79 symbian {
    93 symbian {
    80     TARGET.EPOCALLOWDLLDATA = 1
    94     TARGET.EPOCALLOWDLLDATA = 1
    81     TARGET.CAPABILITY = CAP_GENERAL_DLL
    95     TARGET.CAPABILITY = CAP_GENERAL_DLL
    82     TARGET.UID3 = 0x20022EA8
    96     TARGET.UID3 = 0x20022EA8
    83 
    97